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

Commit a76fe1e

Browse files
committed
Integrate flake8 with Travis CI, fixes #99
- Fix all flake8 errors - Add back requirements since they got wiped some how - Open README with utf-8 in setup.py
1 parent e9ebebd commit a76fe1e

29 files changed

+947
-806
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@ python:
77
- "3.5"
88
# command to install dependencies
99
install: "pip install -r requirements.txt"
10+
# run the linter
11+
before_script:
12+
- "flake8 ."
1013
# command to run tests
11-
script: nosetests
14+
script: "nosetests"

0 commit comments

Comments
 (0)