Fix .travis.yml #1
This commit is contained in:
+1
-3
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user