Skip to content

Commit

Permalink
Merge pull request #2 from epergo/ep/update-pipeline
Browse files Browse the repository at this point in the history
Update travis pipeline
  • Loading branch information
epergo authored Oct 12, 2019
2 parents 943eed0 + 8add371 commit 91e237a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
language: python

python:
- "3.3"
- "3.6"

install:
- pip install flake8

script:
- flake8 . --max-line-length=120

0 comments on commit 91e237a

Please sign in to comment.