tox.ini: enable ResourceWarning warnings

This commit is contained in:
Victor Stinner 2015-01-30 00:09:48 +01:00
parent 2e187bbe06
commit cffe67de25
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ deps=
setenv =
PYTHONASYNCIODEBUG = 1
commands=
python runtests.py -r {posargs}
python run_aiotest.py -r {posargs}
python -Wd runtests.py -r {posargs}
python -Wd run_aiotest.py -r {posargs}
[testenv:py3_release]
# Run tests in release mode