We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbcb84e commit 11b12b5Copy full SHA for 11b12b5
tox.ini
@@ -27,4 +27,8 @@ deps =
27
pytest-django
28
pytest-cov
29
develop = true
30
-commands = pytest --cov password_policies --ds=password_policies.tests.test_settings password_policies/tests/ -s
+toxworkdir=/tmp/.tox
31
+setenv =
32
+ PY_IGNORE_IMPORTMISMATCH=1
33
+commands =
34
+ pytest --cov password_policies --ds=password_policies.tests.test_settings password_policies/tests/ -s
0 commit comments