Commit 2710546a authored by Michal Čihař's avatar Michal Čihař

Revert "Check for python warnings as well"

This reverts commit 2c5bab4b.
parent 2c5bab4b
......@@ -31,7 +31,7 @@ script:
- ./manage.py validate --settings weblate.settings_test
- ./manage.py syncdb --noinput --settings weblate.settings_test
- ./manage.py migrate --settings weblate.settings_test --traceback
- python -W error `which coverage` run --source=. ./manage.py test --settings weblate.settings_test $TRAVIS_RUN_TESTS
- coverage run --source=. ./manage.py test --settings weblate.settings_test $TRAVIS_RUN_TESTS
- pep8 --exclude migrations weblate
- pylint --reports=n --rcfile=pylint.rc weblate
after_success:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment