Fix .travis.yml again

This commit is contained in:
Guillaume Ayoub 2016-05-18 22:42:47 +02:00
parent a8fda1aedf
commit 9e3126ba3e

View File

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