Switch to tox-travis instead of multiple TOX_ENV
parent
2f4c23f7ec
commit
fed253aeed
|
|
@ -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
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue