File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,9 @@ whitelist_externals =
3939 sh
4040
4141commands =
42- sqlite: py.test --ds =pytest_django_test.settings_sqlite --strict -r fEsxXw {posargs:tests}
43- sqlite_file: py.test --ds =pytest_django_test.settings_sqlite_file --strict -r fEsxXw {posargs:tests}
44- mysql_myisam: py.test --ds =pytest_django_test.settings_mysql_myisam --strict -r fEsxXw {posargs:tests}
4542 checkqa: flake8 --version && flake8 --show-source --statistics
4643 mysql_innodb: py.test --ds =pytest_django_test.settings_mysql_innodb --strict -r fEsxXw {posargs:tests}
44+ mysql_myisam: py.test --ds =pytest_django_test.settings_mysql_myisam --strict -r fEsxXw {posargs:tests}
4745 postgres: py.test --ds =pytest_django_test.settings_postgres --strict -r fEsxXw {posargs:tests}
4846 sqlite: py.test --ds =pytest_django_test.settings_sqlite --strict -r fEsxXw {posargs:tests}
4947 sqlite_file: py.test --ds =pytest_django_test.settings_sqlite_file --strict -r fEsxXw {posargs:tests}
You can’t perform that action at this time.
0 commit comments