Fix .travis.yml #1

openapi3
Cristi Vîjdea 2017-12-02 22:53:09 +01:00
parent 2b0d80dc0f
commit 2f4c23f7ec
1 changed files with 1 additions and 3 deletions

View File

@ -1,14 +1,12 @@
language: python
python:
- '3.5'
- '3.6'
- '3.7'
env:
- TOX_ENV=py35
- TOX_ENV=py36
- TOX_ENV=py37
install:
- pip install requirements_dev.txt
- pip install -r requirements_dev.txt
before_script:
- coverage erase
script: