From fb7f98fd90ac547e71e94e4cbf9f992fc59cebc0 Mon Sep 17 00:00:00 2001 From: Marco Ciotola <848222@stud.unive.it> Date: Mon, 18 Feb 2019 19:15:56 +0100 Subject: [PATCH] [Travis] Emit all warnings during tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6b93e8a..32eec48 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ install: - pip install setuptools==24.3.1 - pip install -r requirements.txt # command to run tests, e.g. python setup.py test -script: "python manage.py test" +script: "python -Wall manage.py test" addons: postgresql: "9.3" before_script: -- GitLab