Skip to content

Commit

Permalink
Testing style check
Browse files Browse the repository at this point in the history
  • Loading branch information
lamdav committed May 2, 2015
1 parent a63fb13 commit 4f8d194
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ language: python
python:
- "3.4"
# command to install dependencies

install:
- pip install pep8 --use-mirrors
before_script:
- "pep8 --exclude=migrations --ignore=E501,E225 src"
# command to run tests
script: python src/HelloWorldTest.py

0 comments on commit 4f8d194

Please sign in to comment.