diff --git a/.travis.yml b/.travis.yml index 60080bd6..6b675f55 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,11 +20,15 @@ install: - pip install argparse - pip install coverage - pip install codecov + - pip install pep8 - pip install -q Django==$DJANGO - pip install -q -r requirements.txt +before_script: + - "pep8 --exclude=migrations,south_migrations --ignore=E501 helpdesk" + script: - coverage run --source='.' quicktest.py helpdesk after_success: - - codecov \ No newline at end of file + - codecov