Skip to content

Commit 14eb51b

Browse files
committed
tests: Run with PYTHONWARNINGS=all
1 parent cc65bae commit 14eb51b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ envlist =
99
[testenv]
1010
commands = pytest --cov=oauth2_provider --cov-report= --cov-append
1111
setenv =
12-
DJANGO_SETTINGS_MODULE=tests.settings
13-
PYTHONPATH={toxinidir}
12+
DJANGO_SETTINGS_MODULE = tests.settings
13+
PYTHONPATH = {toxinidir}
14+
PYTHONWARNINGS = all
1415
deps =
1516
django110: Django >=1.10, <1.11
1617
django111: Django >=1.11, <2.0

0 commit comments

Comments
 (0)