Skip to content

Commit

Permalink
chore: drop py34 support add py37
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Feb 17, 2019
1 parent 282e6a6 commit b61a1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: python
python:
- '2.7'
- '3.4'
- '3.5'
- '3.6'
- '3.7-dev'
dist: trusty
before_install:
- PYTHON_MAJOR_VERSION=`echo $TRAVIS_PYTHON_VERSION | head -c 1`
Expand Down

0 comments on commit b61a1e9

Please sign in to comment.