Skip to content

Commit 056e44e

Browse files
committed
Another try still only running 2.7.
1 parent 5f9cf3d commit 056e44e

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.travis.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@ language: python
22

33
matrix:
44
include:
5-
- python:
6-
- 2.7
7-
- 3.4
8-
- 3.5
9-
- 3.6
5+
- "Python <= 3.6"
6+
python:
7+
- "2.7"
8+
- "3.4"
9+
- "3.5"
10+
- "3.6"
1011
allow_failures:
1112
- name: "Python >3.6"
12-
python: 3.7
13+
python:
14+
- "3.7"
1315
dist: xenial
1416

1517
sudo: false

0 commit comments

Comments
 (0)