Skip to content

Commit

Permalink
Merge pull request #1 from adityapb/new-travis
Browse files Browse the repository at this point in the history
Use python 3.7 for travis build
  • Loading branch information
adityapb authored Feb 16, 2019
2 parents e2d75fc + 5951119 commit 32be920
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,10 +1,13 @@
os:
ubuntu

dist:
xenial

language: python
python:
- 2.7
- 3.6
- 3.7

install:
- sudo apt-get update
Expand Down

0 comments on commit 32be920

Please sign in to comment.