Skip to content

Commit 85e64ee

Browse files
committed
travis: use correct python version
1 parent a6fc933 commit 85e64ee

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

.travis.yml

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
language: python
2-
python:
3-
- "2.7"
4-
- "3.5"
5-
- "3.6"
6-
- "3.7"
72
sudo: required
83
compiler:
94
- gcc
@@ -24,14 +19,28 @@ jobs:
2419
include:
2520
- dist: bionic
2621
env: BUILDTYPE=Release
22+
python: 2.7
23+
- dist: bionic
24+
env: BUILDTYPE=Release
25+
python: 3.6
2726
- dist: bionic
2827
env: BUILDTYPE=Debug
28+
python: 2.7
29+
- dist: bionic
30+
env: BUILDTYPE=Debug
31+
python: 3.6
2932
- dist: xenial
3033
env: BUILDTYPE=Release
34+
python: 2.7
3135
- dist: xenial
32-
env: BUILDTYPE=Debug
36+
env: BUILDTYPE=Release
37+
python: 3.5
3338
- dist: trusty
34-
env: BUILDTYPE=Debug
39+
env: BUILDTYPE=Release
40+
python: 2.7
41+
- dist: trusty
42+
env: BUILDTYPE=Release
43+
python: 3.4
3544

3645
notifications:
3746
email:

0 commit comments

Comments
 (0)