Skip to content

Commit 81bf37a

Browse files
committed
Reset to known good state. Leave commented out trial to get 3.7
working.
1 parent 056e44e commit 81bf37a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.travis.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
language: python
22

3-
matrix:
4-
include:
5-
- "Python <= 3.6"
6-
python:
7-
- "2.7"
8-
- "3.4"
9-
- "3.5"
10-
- "3.6"
11-
allow_failures:
12-
- name: "Python >3.6"
13-
python:
14-
- "3.7"
15-
dist: xenial
3+
# matrix:
4+
# - name: "python <= 3.6"
5+
python:
6+
- "2.7"
7+
- "3.4"
8+
- "3.5"
9+
- "3.6"
10+
11+
# allow_failures:
12+
# - name: "Python >3.6"
13+
# python:
14+
# - "3.7" # not available in travis with 14.04 ubuntu base.
15+
# dist: xenial
1616

1717
sudo: false
1818

0 commit comments

Comments
 (0)