File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -32,19 +32,15 @@ deps =
3232
3333 pytest2: pytest>=2.9,<3.0
3434 pytest3: pytest>=3.0,<4.0
35-
3635setenv =
3736 PYTHONPATH = {toxinidir}:{env:PYTHONPATH:}
38-
3937passenv = PYTEST_ADDOPTS
40-
4138usedevelop = True
42-
4339commands =
4440 checkqa: flake8 --version
4541 checkqa: flake8 --show-source --statistics {posargs:pytest_django pytest_django_test}
46- mysql_innodb: py.test --ds =pytest_django_test.settings_mysql_innodb --strict -r fEsxXw {posargs:tests}
47- mysql_myisam: py.test --ds =pytest_django_test.settings_mysql_myisam --strict -r fEsxXw {posargs:tests}
48- postgres: py.test --ds =pytest_django_test.settings_postgres --strict -r fEsxXw {posargs:tests}
49- sqlite: py.test --ds =pytest_django_test.settings_sqlite --strict -r fEsxXw {posargs:tests}
50- sqlite_file: py.test --ds =pytest_django_test.settings_sqlite_file --strict -r fEsxXw {posargs:tests}
42+ mysql_innodb: pytest --ds =pytest_django_test.settings_mysql_innodb --strict -r fEsxXw {posargs:tests}
43+ mysql_myisam: pytest --ds =pytest_django_test.settings_mysql_myisam --strict -r fEsxXw {posargs:tests}
44+ postgres: pytest --ds =pytest_django_test.settings_postgres --strict -r fEsxXw {posargs:tests}
45+ sqlite: pytest --ds =pytest_django_test.settings_sqlite --strict -r fEsxXw {posargs:tests}
46+ sqlite_file: pytest --ds =pytest_django_test.settings_sqlite_file --strict -r fEsxXw {posargs:tests}
You can’t perform that action at this time.
0 commit comments