Skip to content
This repository was archived by the owner on Jun 16, 2018. It is now read-only.

flake8 combines both pep8 and pyflakes #99

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
language: python
python:
- '2.6'
- '2.7'
install:
- pip install -r requirements.txt
- pip install coverage flake8
script:
- pep8 elections
- pyflakes elections
- flake8 --max-line-length=82 elections
- export TEST_STATE='CA'
- coverage run tests.py
after_success:
Expand Down
8 changes: 2 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ PyYAML==3.11
Pygments==1.4
Sphinx==1.1.2
argparse
coverage==3.7.1
docutils==0.8.1
latimes-calculate==0.1.8
python-coveralls==2.4.2
python-dateutil==1.5
requests==2.2.1
requests==2.18.4
sh==1.09
six==1.6.1
pep8
pyflakes
six==1.11.0