Switch to tox-travis instead of multiple TOX_ENV

openapi3
Cristi Vîjdea 2017-12-02 22:57:49 +01:00
parent 2f4c23f7ec
commit fed253aeed
2 changed files with 4 additions and 5 deletions

View File

@ -1,15 +1,13 @@
language: python
python:
- '3.5'
- '3.6'
env:
- TOX_ENV=py35
- TOX_ENV=py36
- TOX_ENV=py37
- '3.7'
install:
- pip install -r requirements_dev.txt
before_script:
- coverage erase
script:
- tox -e $TOX_ENV
- tox
after_success:
- coveralls

View File

@ -1,4 +1,5 @@
# Packages required for development and CI
tox>=2.9.1
tox-battery>=0.5
tox-travis>=0.10
python-coveralls>=2.9.1