File tree 1 file changed +7
-5
lines changed 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -35,16 +35,18 @@ setenv =
35
35
COV_CORE_CONFIG ={toxinidir}/.coveragerc
36
36
COV_CORE_DATAFILE ={toxinidir}/.coverage.eager
37
37
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
+
38
44
passenv = PYTEST_ADDOPTS
39
45
usedevelop = True
40
46
commands =
41
47
checkqa: flake8 --version
42
48
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}
48
50
49
51
[testenv:doc8]
50
52
basepython = python3.6
You can’t perform that action at this time.
0 commit comments