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 =
32
32
33
33
pytest2: pytest>=2.9,<3.0
34
34
pytest3: pytest>=3.0,<4.0
35
-
36
35
setenv =
37
36
PYTHONPATH = {toxinidir}:{env:PYTHONPATH:}
38
-
39
37
passenv = PYTEST_ADDOPTS
40
-
41
38
usedevelop = True
42
-
43
39
commands =
44
40
checkqa: flake8 --version
45
41
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