Skip to content

Commit

Permalink
travis changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dpryan79 committed Sep 13, 2017
1 parent e33b389 commit 38b1f27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: python
env:
- TRAVIS_PYTHON_VERSION=3.5
python:
- "3.6"

install:
- pip install --user flake8
- pip install flake8

script:
- flake8 --ignore=E501 .

0 comments on commit 38b1f27

Please sign in to comment.