Skip to content

Commit d323f3c

Browse files
committed
Ok, lets try something different. Last attempt seems to be stalled on
travis. Still hasn't started anything.
1 parent 3a81706 commit d323f3c

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

.travis.yml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,14 @@
11
language: python
22

3-
# matrix:
4-
# include:
5-
# - name: "python <= 3.6"
63
python:
74
- "2.7"
85
- "3.4"
96
- "3.5"
107
- "3.6"
118
- "3.7"
129

13-
# allow_failures:
14-
# - name: "Python >3.6"
15-
# python:
16-
# - "3.7" # not available in travis with 14.04 ubuntu base.
17-
# dist: xenial
18-
19-
# try:
20-
# define top level 5x2 matrix
21-
# python:
22-
# - "2.7"
23-
# - "3.4"
24-
# - "3.5"
25-
# - "3.6"
26-
# - "3.7"
2710
dist:
28-
- trusty
2911
- xenial
30-
#
31-
# filter in only trusty and python <= 3.6; xenial and python >= 3.7
32-
matrix:
33-
include:
34-
- name: "python <= 3.6"
35-
python:
36-
- "2.7"
37-
- "3.4"
38-
- "3.5"
39-
- "3.6"
40-
dist: trusty
41-
allow_failures:
42-
- name: "Python >3.6"
43-
python:
44-
- "3.7" # not available in travis with 14.04 ubuntu base.
45-
dist: xenial
4612

4713
sudo: false
4814

0 commit comments

Comments
 (0)