kopia lustrzana https://gitlab.com/jaywink/federation
Remove travis config
rodzic
065c8594b6
commit
674e242519
17
.travis.yml
17
.travis.yml
|
@ -1,17 +0,0 @@
|
|||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/pip
|
||||
install:
|
||||
- pip install -U pip setuptools
|
||||
- pip install -r dev-requirements.txt -U
|
||||
- python setup.py develop
|
||||
- pip freeze
|
||||
script: py.test --cov=./
|
||||
after_success:
|
||||
- codecov
|
Ładowanie…
Reference in New Issue