Enable all warnings when running tests

This commit is contained in:
micbou
2019-02-28 15:26:01 +01:00
committed by Dave Halter
parent eca845fa81
commit 81e7dcf31e

View File

@@ -18,6 +18,8 @@ setenv =
# https://github.com/tomchristie/django-rest-framework/issues/1957
# tox corrupts __pycache__, solution from here:
PYTHONDONTWRITEBYTECODE=1
# Enable all warnings.
PYTHONWARNINGS=always
# To test Jedi in different versions than the same Python version, set a
# different test environment.
env27: JEDI_TEST_ENVIRONMENT=27