Skip to content

Commit 5339990

Browse files
authored
Merge pull request #277 from ldx/vilmos-travis-python-versions
Update list of Python test envs on Travis
2 parents f8a6641 + 9f348f0 commit 5339990

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
dist: xenial
12
language: python
23
python:
3-
- "2.6"
44
- "2.7"
55
- "3.4"
6+
- "3.5"
7+
- "3.6"
8+
- "3.7"
69
install:
710
- python setup.py build
811
- python setup.py install

0 commit comments

Comments
 (0)