There was an error while loading. Please reload this page.
1 parent d65afaf commit ddc552dCopy full SHA for ddc552d
1 file changed
.travis.yml
@@ -1,10 +1,13 @@
1
+# This deliberately is not "python" as a work-around to support
2
+# multi-os builds with custom Python versions in Travis CI.
3
+language: cpp
4
+
5
os:
6
- osx
7
- linux
8
9
env:
10
matrix:
- - PYTHON_EXE="`pyenv install -s 2.7.6 && pyenv local 2.7.6`"
11
- PYTHON_EXE="`pyenv install -s 2.7.13 && pyenv local 2.7.13`"
12
- PYTHON_EXE="`pyenv install -s 3.5.3 && pyenv local 3.5.3`"
13
- PYTHON_EXE="`pyenv install -s 3.6.1 && pyenv local 3.6.1`"
0 commit comments