File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -35,16 +35,18 @@ setenv =
3535 COV_CORE_CONFIG ={toxinidir}/.coveragerc
3636 COV_CORE_DATAFILE ={toxinidir}/.coverage.eager
3737
38+ mysql_innodb: DJANGO_SETTINGS_MODULE =pytest_django_test.settings_mysql_innodb
39+ mysql_myisam: DJANGO_SETTINGS_MODULE =pytest_django_test.settings_mysql_myisam
40+ postgres: DJANGO_SETTINGS_MODULE =pytest_django_test.settings_postgres
41+ sqlite: DJANGO_SETTINGS_MODULE =pytest_django_test.settings_sqlite
42+ sqlite_file: DJANGO_SETTINGS_MODULE =pytest_django_test.settings_sqlite_file
43+
3844passenv = PYTEST_ADDOPTS
3945usedevelop = True
4046commands =
4147 checkqa: flake8 --version
4248 checkqa: flake8 --show-source --statistics {posargs:pytest_django pytest_django_test}
43- mysql_innodb: pytest --ds =pytest_django_test.settings_mysql_innodb --strict {posargs:tests}
44- mysql_myisam: pytest --ds =pytest_django_test.settings_mysql_myisam --strict {posargs:tests}
45- postgres: pytest --ds =pytest_django_test.settings_postgres --strict {posargs:tests}
46- sqlite: pytest --ds =pytest_django_test.settings_sqlite --strict {posargs:tests}
47- sqlite_file: pytest --ds =pytest_django_test.settings_sqlite_file --strict {posargs:tests}
49+ pytest --strict {posargs:tests}
4850
4951[testenv:doc8]
5052basepython = python3.6
You can’t perform that action at this time.
0 commit comments