Skip to content

Commit 29fc6ad

Browse files
blueyeddulacp
authored andcommitted
tox: fix checkqa: flake8 was not run (#515)
1 parent e361af4 commit 29fc6ad

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tox.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@ setenv =
3636
PYTHONPATH = {toxinidir}:{env:PYTHONPATH:}
3737

3838
usedevelop = True
39-
whitelist_externals =
40-
sh
4139

4240
commands =
43-
checkqa: flake8 --version && flake8 --show-source --statistics
41+
checkqa: flake8 --version
42+
checkqa: flake8 --show-source --statistics {posargs:pytest_django pytest_django_test}
4443
mysql_innodb: py.test --ds=pytest_django_test.settings_mysql_innodb --strict -r fEsxXw {posargs:tests}
4544
mysql_myisam: py.test --ds=pytest_django_test.settings_mysql_myisam --strict -r fEsxXw {posargs:tests}
4645
postgres: py.test --ds=pytest_django_test.settings_postgres --strict -r fEsxXw {posargs:tests}

0 commit comments

Comments
 (0)