Skip to content

Commit

Permalink
Add python3.7 to the test matrix (#147)
Browse files Browse the repository at this point in the history
* Added 3.7 to the running python

* Update on xenial
  • Loading branch information
PonteIneptique authored and sonofmun committed Jul 1, 2019
1 parent 517cae2 commit 1de3c50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
dist: xenial
language: python
python:
- "3.4.5"
- "3.5"
- "3.6"
- "3.7"

# command to install dependencies
install:
Expand Down

0 comments on commit 1de3c50

Please sign in to comment.