Skip to content

Commit

Permalink
Test script against PEP 257 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Triangle717 committed Jul 5, 2014
1 parent f549199 commit 618b99e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ python:
- 3.3
- 3.4

install: pip install -r requirements.txt
script: flake8 --max-complexity 10 .
install: pip install -r requirements.txt --use-mirrors
script:
- flake8 --max-complexity 10 .
- pep257 . --explain

notifications:
email:
Expand Down
1 change: 0 additions & 1 deletion __version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-

# TODO: Prerelease notation
__version__ = (1, 2, 0)
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
flake8
flake8
pep257

0 comments on commit 618b99e

Please sign in to comment.