Skip to content

Commit

Permalink
Updated Travis CI test to use Python 3.6 (#646)
Browse files Browse the repository at this point in the history
Python 2.7 is almost out of support.
  • Loading branch information
freemanjp authored Dec 22, 2019
1 parent b3f2b10 commit 1105d4a
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
Expand Up @@ -13,7 +13,7 @@ language: python

python:
# Specify Python version
- '2.7'
- '3.6'

install:
# Install lint tools.
Expand Down

0 comments on commit 1105d4a

Please sign in to comment.