Skip to content

Commit

Permalink
Merge pull request #47 from jklenzing/python37test
Browse files Browse the repository at this point in the history
Add tests for 3.7
  • Loading branch information
jklenzing committed Apr 25, 2019
2 parents 3614bb8 + 3d287dc commit 981d4b1
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
sudo: false
matrix:
include:
- python: 2.7
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
sudo: true

addons:
apt:
Expand Down

0 comments on commit 981d4b1

Please sign in to comment.