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