Skip to content

Commit fd0de91

Browse files
committed
.travis.yml: experiment with Python versions #3
1 parent 42b3441 commit fd0de91

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ matrix:
6464
env:
6565
- MATRIX_EVAL="CC=gcc-8 && CXX=g++-8"
6666

67-
python:
68-
- "2.7"
69-
- "3.3"
70-
- "3.4"
71-
- "3.5"
72-
- "3.6"
73-
- "3.7-dev" # 3.7 development branch
67+
include:
68+
- python: "2.7"
69+
- python: "3.3"
70+
- python: "3.4"
71+
- python: "3.5"
72+
- python: "3.6"
73+
- python: "3.7-dev" # 3.7 development branch
7474

7575
language: c
7676
compiler:

0 commit comments

Comments
 (0)