We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e361af4 commit 29fc6adCopy full SHA for 29fc6ad
tox.ini
@@ -36,11 +36,10 @@ setenv =
36
PYTHONPATH = {toxinidir}:{env:PYTHONPATH:}
37
38
usedevelop = True
39
-whitelist_externals =
40
- sh
41
42
commands =
43
- checkqa: flake8 --version && flake8 --show-source --statistics
+ checkqa: flake8 --version
+ checkqa: flake8 --show-source --statistics {posargs:pytest_django pytest_django_test}
44
mysql_innodb: py.test --ds=pytest_django_test.settings_mysql_innodb --strict -r fEsxXw {posargs:tests}
45
mysql_myisam: py.test --ds=pytest_django_test.settings_mysql_myisam --strict -r fEsxXw {posargs:tests}
46
postgres: py.test --ds=pytest_django_test.settings_postgres --strict -r fEsxXw {posargs:tests}
0 commit comments