Merge "Enable DeprecationWarning in test environments"

This commit is contained in:
Jenkins 2016-08-18 03:00:44 +00:00 committed by Gerrit Code Review
commit 5f7606f461
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ usedevelop = True
install_command = pip install -U --force-reinstall {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
TRICIRCLE_TEST_DIRECTORY=tricircle/tests
deps =
-r{toxinidir}/test-requirements.txt