Skip to content

Commit 20a3c07

Browse files
committed
Test on Python 3.5 and 3.7
1 parent 30efc14 commit 20a3c07

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
language: python
2-
python:
3-
- "3.6"
2+
matrix:
3+
include:
4+
- python: "3.5"
5+
- python: "3.6"
6+
- python: "3.7"
7+
dist: xenial # 3.7 requires Xenial on Travis
48
addons:
59
apt:
610
packages:

0 commit comments

Comments
 (0)