Skip to content

Commit 42b3441

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

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.travis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,18 @@ 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
74+
6775
language: c
6876
compiler:
6977
- gcc
7078

71-
python:
72-
- "2.7"
73-
- "3.3"
74-
- "3.4"
75-
- "3.5"
76-
- "3.6"
77-
- "3.7-dev" # 3.7 development branch
78-
7979
before_install:
8080
- eval "${MATRIX_EVAL}"
8181
- sudo apt-get update -qq

0 commit comments

Comments
 (0)