We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6adeee3 commit 1cf9cfdCopy full SHA for 1cf9cfd
.travis.yml
@@ -59,7 +59,7 @@ install:
59
- pip install -r requirements/test.txt
60
- pip install coveralls
61
script:
62
- - PYTHONPATH=".:tests:$PYTHONPATH" python -Wall -m coverage run --omit='setup.py' --source=. tests/manage.py test core --settings=
+ - PYTHONPATH=".:tests:$PYTHONPATH" python -Wall -W error::DeprecationWarning -W error::PendingDeprecationWarning -m coverage run --omit='setup.py' --source=. tests/manage.py test core --settings=
63
- if python -c 'import sys; sys.exit(1 - (sys.version_info >= (3, 6)))'; then isort --check-only import_export tests; fi
64
after_success:
65
- coveralls
0 commit comments