Skip to content

Commit b1f98e3

Browse files
authored
Add Python 3.6 and 3.7 to Travis CI (#124)
1 parent 07f05dd commit b1f98e3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
language: python
2+
3+
# In order to run Python 3.7 or higher, we need xenial
4+
# https://docs.travis-ci.com/user/languages/python/#python-37-and-higher
5+
dist: xenial
6+
27
python:
38
- "3.4"
49
- "3.5"
10+
- "3.6"
11+
- "3.7"
512

613
sudo: false
714
cache: pip

0 commit comments

Comments
 (0)