Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit ff3e653

Browse files
committed
Include python3 in travis
1 parent 0dba741 commit ff3e653

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ matrix:
77
- os: osx
88
osx_image: xcode8.3
99
compiler: clang
10+
python: 3.6
1011
env:
1112
# NAME has no actual use, just to make the travis jobs overview more clear
1213
- NAME="clang Debug"
@@ -25,6 +26,7 @@ matrix:
2526
- ubuntu-toolchain-r-test
2627
packages:
2728
- g++-4.8
29+
python: 3.6
2830
env:
2931
# NAME has no actual use, just to make the travis jobs overview more clear
3032
- NAME="gcc4.8 Debug+Tests+Coveralls"
@@ -67,6 +69,7 @@ matrix:
6769
- ubuntu-toolchain-r-test
6870
packages:
6971
- g++-4.8
72+
python: 3.6
7073
env:
7174
# NAME has no actual use, just to make the travis jobs overview more clear
7275
- NAME="gcc4.8 Release+Tests"
@@ -107,6 +110,7 @@ matrix:
107110
- ubuntu-toolchain-r-test
108111
packages:
109112
- g++-5
113+
python: 3.6
110114
env:
111115
# NAME has no actual use, just to make the travis jobs overview more clear
112116
- NAME="gcc5 Debug"
@@ -126,6 +130,7 @@ matrix:
126130
- ubuntu-toolchain-r-test
127131
packages:
128132
- g++-5
133+
python: 3.6
129134
env:
130135
# NAME has no actual use, just to make the travis jobs overview more clear
131136
- NAME="gcc5 Release"
@@ -141,7 +146,7 @@ install:
141146

142147
before_script:
143148
# first, run source_validator
144-
- python3 -m script.validators.source_validator
149+
- python -m script.validators.source_validator
145150

146151
# build peloton (override this value to execute tests)
147152
script:

0 commit comments

Comments
 (0)