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