flake8 test now tests more python files.

This commit is contained in:
Jeppe Klitgaard 2015-04-06 01:59:08 +02:00
parent f631ecd8ba
commit 59578bbbc5
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ deps =
[testenv:flake8]
basepython = python3.4
commands =
flake8 minecraft tests setup.py
flake8 minecraft tests setup.py start.py bin/generate_travis_yml.py
deps =
{[testenv]deps}
flake8