From 59578bbbc5167e191063a1c8a265d61394809940 Mon Sep 17 00:00:00 2001 From: Jeppe Klitgaard Date: Mon, 6 Apr 2015 01:59:08 +0200 Subject: [PATCH] flake8 test now tests more python files. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ff667a1..2bfeb1c 100644 --- a/tox.ini +++ b/tox.ini @@ -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