Skip to content

Commit 9f08528

Browse files
committed
minor: clean up tox.ini
1 parent 5eefd11 commit 9f08528

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

tox.ini

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,15 @@ deps =
3232

3333
pytest2: pytest>=2.9,<3.0
3434
pytest3: pytest>=3.0,<4.0
35-
3635
setenv =
3736
PYTHONPATH = {toxinidir}:{env:PYTHONPATH:}
38-
3937
passenv = PYTEST_ADDOPTS
40-
4138
usedevelop = True
42-
4339
commands =
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}

0 commit comments

Comments
 (0)