Skip to content

Commit 3efe950

Browse files
committed
added 3.7
1 parent 64bca68 commit 3efe950

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1+
dist: xenial # Currently required for Python 3.7
12
language: python
23
python:
34
- "2.7"
4-
# - "3.4"
5+
- "3.4"
56
- "3.5"
67
- "3.6"
7-
8-
#stages:
9-
# - test
10-
# - build
11-
# - deploy
8+
- "3.7"
129

1310
env:
1411
- PYTHONPATH=$PYTHONPATH:./src

0 commit comments

Comments
 (0)