Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
decalage2 committed Jan 15, 2018
2 parents defd983 + 47ef5e8 commit 8f7db7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ after_success:

after_script:
- coverage report
- pip install pep8 pyflakes
- pip install pycodestyle pyflakes
- pyflakes .
- pep8 --statistics --count .
- pycodestyle --statistics --count .

matrix:
fast_finish: true

0 comments on commit 8f7db7c

Please sign in to comment.