diff --git a/.travis.yml b/.travis.yml index 6b93e8ab16e9d955e4a725263820f997c0ed30c5..32eec48f384631c6bbcead05bcaa0de2e615dbf4 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: