Let's try another way then

This commit is contained in:
Michał Pasternak 2017-05-02 22:39:43 +02:00
parent 3b93437db5
commit e01dead727

View file

@ -1,12 +1,10 @@
env:
- TOXENV=py36
- TOXENV=py35
- TOXENV=py34
- TOXENV=py33
- TOXENV=py3
- TOXENV=py27
- TOXENV=py26
install: pip install -U tox
language: python
python: 3.5
script: tox -e ${TOXENV}
python:
- 2.6
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
script: tox -e py${TRAVIS_PYTHON_VERSION//./}