Change tox command in .travis.yml

This commit is contained in:
Guillaume Ayoub 2016-05-18 22:35:31 +02:00
parent 3560f96c8b
commit 36ad6bd021

View File

@ -9,6 +9,6 @@ install:
- pip install tox - pip install tox
script: script:
- tox -e py - tox -r
sudo: false sudo: false