Skip to content

Commit c78449b

Browse files
committed
added pep8 checks
1 parent 935f68b commit c78449b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,11 @@ python:
77
notifications:
88
email:
99
10+
install:
11+
- pip install pep8 --use-mirrors
12+
- pip install python-coveralls --use-mirrors
13+
before_script:
14+
# ensure we validate against pep standards
15+
- "pep8 --exclude=migrations --ignore=E501,E225,W293 stream"
1016
after_success:
1117
- coveralls

0 commit comments

Comments
 (0)