Skip to content

Commit

Permalink
Use python 3.7 in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
csarven committed May 5, 2020
1 parent 50dd509 commit 0337fad
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,7 +1,7 @@
sudo: false
language: python
python:
- "2.7"
- "3.7"

install:
- pushd /tmp
Expand Down

0 comments on commit 0337fad

Please sign in to comment.