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 language: python
python: python:
- '3.5'
- '3.6' - '3.6'
env: - '3.7'
- TOX_ENV=py35
- TOX_ENV=py36
- TOX_ENV=py37
install: install:
- pip install -r requirements_dev.txt - pip install -r requirements_dev.txt
before_script: before_script:
- coverage erase - coverage erase
script: script:
- tox -e $TOX_ENV - tox
after_success: after_success:
- coveralls - coveralls

View File

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