Make TravisCI use tox configuration

This commit is contained in:
Michał Pasternak 2017-05-02 22:17:59 +02:00
parent 3162b42c36
commit d748ecd785

View file

@ -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
python:
- "2.6"
- "2.7"
- "3.3"
install: "python setup.py develop"
script: "python setup.py test"
python: 3.6
script: tox -e ${TOXENV}