7
7
- os : osx
8
8
osx_image : xcode8.3
9
9
compiler : clang
10
+ python : 3.6
10
11
env :
11
12
# NAME has no actual use, just to make the travis jobs overview more clear
12
13
- NAME="clang Debug"
@@ -25,6 +26,7 @@ matrix:
25
26
- ubuntu-toolchain-r-test
26
27
packages :
27
28
- g++-4.8
29
+ python : 3.6
28
30
env :
29
31
# NAME has no actual use, just to make the travis jobs overview more clear
30
32
- NAME="gcc4.8 Debug+Tests+Coveralls"
@@ -67,6 +69,7 @@ matrix:
67
69
- ubuntu-toolchain-r-test
68
70
packages :
69
71
- g++-4.8
72
+ python : 3.6
70
73
env :
71
74
# NAME has no actual use, just to make the travis jobs overview more clear
72
75
- NAME="gcc4.8 Release+Tests"
@@ -107,6 +110,7 @@ matrix:
107
110
- ubuntu-toolchain-r-test
108
111
packages :
109
112
- g++-5
113
+ python : 3.6
110
114
env :
111
115
# NAME has no actual use, just to make the travis jobs overview more clear
112
116
- NAME="gcc5 Debug"
@@ -126,6 +130,7 @@ matrix:
126
130
- ubuntu-toolchain-r-test
127
131
packages :
128
132
- g++-5
133
+ python : 3.6
129
134
env :
130
135
# NAME has no actual use, just to make the travis jobs overview more clear
131
136
- NAME="gcc5 Release"
@@ -141,7 +146,7 @@ install:
141
146
142
147
before_script :
143
148
# first, run source_validator
144
- - python3 -m script.validators.source_validator
149
+ - python -m script.validators.source_validator
145
150
146
151
# build peloton (override this value to execute tests)
147
152
script :
0 commit comments