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 =
39
39
sh
40
40
41
41
commands =
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}
45
42
checkqa: flake8 --version && flake8 --show-source --statistics
46
43
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}
47
45
postgres: py.test --ds =pytest_django_test.settings_postgres --strict -r fEsxXw {posargs:tests}
48
46
sqlite: py.test --ds =pytest_django_test.settings_sqlite --strict -r fEsxXw {posargs:tests}
49
47
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