Fix .travis.yml #1
parent
2b0d80dc0f
commit
2f4c23f7ec
|
|
@ -1,14 +1,12 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- '3.5'
|
|
||||||
- '3.6'
|
- '3.6'
|
||||||
- '3.7'
|
|
||||||
env:
|
env:
|
||||||
- TOX_ENV=py35
|
- TOX_ENV=py35
|
||||||
- TOX_ENV=py36
|
- TOX_ENV=py36
|
||||||
- TOX_ENV=py37
|
- TOX_ENV=py37
|
||||||
install:
|
install:
|
||||||
- pip install requirements_dev.txt
|
- pip install -r requirements_dev.txt
|
||||||
before_script:
|
before_script:
|
||||||
- coverage erase
|
- coverage erase
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue