Skip to content

Commit

Permalink
adds pep8 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
azhukov committed Sep 27, 2015
1 parent 29b8166 commit 6ea2130
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,8 @@ python:
- "3.4"

install: "pip install -r requirements.txt"
before_script:
- "pep8 --ignore=E501 django_jsonp/"
# command to run tests
script: coverage run --source django_jsonp tests/./manage.py test

Expand Down

0 comments on commit 6ea2130

Please sign in to comment.