This commit is contained in:
Michał Pasternak 2017-05-02 22:34:31 +02:00
parent 80bc2f243e
commit 30f4f5207d

View file

@ -8,5 +8,5 @@ env:
- TOXENV=py26 - TOXENV=py26
install: pip install -U tox install: pip install -U tox
language: python language: python
python: 3.6 python: 3.5
script: tox -e ${TOXENV} script: tox -e ${TOXENV}