Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jun 28, 2017
1 parent 9d37fa9 commit a2775c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ python:
- "nightly" # currently points to 3.7-dev
before_install:
- pip install flake8
- flake8 . --exit-zero --select=E901,E999
# exit-zero treates all errors as warnings. The GitHub editor is 127 chars wide
- flake8 . --count --exit-zero --max-line-length=127 --statistics
install:
- pip install numpy
script: py.test -s

0 comments on commit a2775c0

Please sign in to comment.