Commit fe834974 authored by Michal Čihař's avatar Michal Čihař

Run pylint in travis as well

parent 2ec76662
......@@ -42,6 +42,7 @@ script:
- ./manage.py migrate --settings weblate.settings_test_$DATABASE
- coverage run --source=. ./manage.py test --settings weblate.settings_test_$DATABASE trans lang accounts
- pep8 --exclude migrations accounts trans lang
- pylint --reports=n --rcfile=pylint.rc trans accounts weblate lang
after_success:
- coveralls
notifications:
......
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