Make TravisCI use tox configuration
This commit is contained in:
parent
3162b42c36
commit
d748ecd785
1 changed files with 11 additions and 6 deletions
17
.travis.yml
17
.travis.yml
|
|
@ -1,7 +1,12 @@
|
||||||
|
env:
|
||||||
|
- TOXENV=py36
|
||||||
|
- TOXENV=py35
|
||||||
|
- TOXENV=py34
|
||||||
|
- TOXENV=py33
|
||||||
|
- TOXENV=py3
|
||||||
|
- TOXENV=py27
|
||||||
|
- TOXENV=py26
|
||||||
|
install: pip install -U tox
|
||||||
language: python
|
language: python
|
||||||
python:
|
python: 3.6
|
||||||
- "2.6"
|
script: tox -e ${TOXENV}
|
||||||
- "2.7"
|
|
||||||
- "3.3"
|
|
||||||
install: "python setup.py develop"
|
|
||||||
script: "python setup.py test"
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue