Skip to content

Commit

Permalink
Run tests with warnings enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
jaap3 committed Jan 18, 2017
1 parent 2a6f9c7 commit 6bc4089
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ install:
- pip install -q -e .
- pip install -q -r test-requirements.txt
script:
- coverage run testproject/manage.py test fiber_test
- python -W module -m coverage run testproject/manage.py test fiber_test
after_success:
- coveralls
branches:
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
@@ -1,2 +1,2 @@
coverage
coverage>=4.2
coveralls
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -10,4 +10,4 @@ deps =
django1.10: Django>=1.10,<1.11

commands =
python testproject/manage.py test fiber_test
python -W module testproject/manage.py test fiber_test

0 comments on commit 6bc4089

Please sign in to comment.