Skip to content

Commit 0666cb0

Browse files
authored
Merge pull request #40 from thc202/travis-ci-py-3.x
Add newer Python versions to Travis CI
2 parents fcb3b09 + d661552 commit 0666cb0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
dist: xenial
12
sudo: false
23
language: python
34
python:
45
- '2.7'
5-
- '3.4'
6+
- '3.6'
7+
- '3.7'
68
install:
79
- pip install -U --force setuptools pip
810
- ./setup.py develop

0 commit comments

Comments
 (0)