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

Add linkcheck to lint run

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent b1bae203
......@@ -45,6 +45,7 @@ script:
- if [ -n "$DO_LINT" ] ; then pep8 --exclude south_migrations,migrations weblate ; fi
- if [ -n "$DO_LINT" ] ; then pylint --reports=n --rcfile=pylint.rc weblate ; fi
- if [ -n "$DO_LINT" ] ; then pyflakes `find . -name '*.py' -not -name '__init__.py' -not -name 'settings_test_nose.py' -not -name 'settings_test.py'` ; fi
- if [ -n "$DO_LINT" ] ; then make -C docs/ linkcheck ; fi
after_script:
- coveralls
matrix:
......
......@@ -4,3 +4,4 @@ pylint
pyflakes
selenium
httpretty!=0.8.1
sphinx
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