From 81e7dcf31e975a79de404918ab771ed884b3e303 Mon Sep 17 00:00:00 2001 From: micbou Date: Thu, 28 Feb 2019 15:26:01 +0100 Subject: [PATCH] Enable all warnings when running tests --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 758aa761..da3b58ae 100644 --- a/tox.ini +++ b/tox.ini @@ -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