Skip to content
Snippets Groups Projects
Unverified Commit fb7f98fd authored by Marco Ciotola's avatar Marco Ciotola
Browse files

[Travis] Emit all warnings during tests

parent 982dabba
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ install: ...@@ -7,7 +7,7 @@ install:
- pip install setuptools==24.3.1 - pip install setuptools==24.3.1
- pip install -r requirements.txt - pip install -r requirements.txt
# command to run tests, e.g. python setup.py test # command to run tests, e.g. python setup.py test
script: "python manage.py test" script: "python -Wall manage.py test"
addons: addons:
postgresql: "9.3" postgresql: "9.3"
before_script: before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment