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

Commit 6849683

Browse files
committed
PEP8 and Pyflakes compliance and testing. Fixes #94.
1 parent 6abcbcc commit 6849683

4 files changed

Lines changed: 495 additions & 382 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ python:
55
install:
66
- pip install -r requirements.txt
77
script:
8+
- pep8 elections
9+
- pyflakes elections
810
- export TEST_STATE='CA'
911
- coverage run tests.py
1012
after_success:

elections/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
__all__ = ['AP']
12
from ap import AP

0 commit comments

Comments
 (0)