Skip to content

Commit

Permalink
Updating travis build to be only python 3.6+
Browse files Browse the repository at this point in the history
  • Loading branch information
greglucas committed Feb 13, 2019
1 parent 6143bee commit f480f53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
language: python

python:
- "3.6"
- "3.7"

install:
- pip install pylint, flake8
- pip install .
Expand Down

0 comments on commit f480f53

Please sign in to comment.