Skip to content

Commit f6fe9cb

Browse files
committed
.
1 parent f33ffd9 commit f6fe9cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ deps =
2626
xdist: pytest-xdist>=1.15
2727

2828
setenv =
29-
mysql: DJANGO_SETTINGS_MODULE=pytest_django_test.settings_mysql
29+
mysql: DJANGO_SETTINGS_MODULE=pytest_django_test.settings_mysql
3030
postgres: DJANGO_SETTINGS_MODULE=pytest_django_test.settings_postgres
3131
sqlite: DJANGO_SETTINGS_MODULE=pytest_django_test.settings_sqlite
3232
sqlite_file: DJANGO_SETTINGS_MODULE=pytest_django_test.settings_sqlite_file
33+
xdist: PYTEST_ADDOPTS=-n auto
3334

3435
coverage: PYTESTDJANGO_TEST_RUNNER=coverage run -m pytest
3536
coverage: COVERAGE_PROCESS_START={toxinidir}/pyproject.toml

0 commit comments

Comments
 (0)