There was an error while loading. Please reload this page.
1 parent b2170f8 commit d65afafCopy full SHA for d65afaf
1 file changed
.travis.yml
@@ -1,20 +1,16 @@
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:
11
- - PYTHON_EXE="`which python2`"
12
- - PYTHON_EXE="`which python3.4`"
13
- - PYTHON_EXE="`which python3.5`"
14
- - PYTHON_EXE="`which python3.6`"
+ - PYTHON_EXE="`pyenv install -s 2.7.6 && pyenv local 2.7.6`"
+ - PYTHON_EXE="`pyenv install -s 2.7.13 && pyenv local 2.7.13`"
+ - PYTHON_EXE="`pyenv install -s 3.5.3 && pyenv local 3.5.3`"
+ - PYTHON_EXE="`pyenv install -s 3.6.1 && pyenv local 3.6.1`"
15
16
install:
17
- - PYTHON_EXE=$PYTHON_EXE ./configure
+ - ./configure
18
19
script:
20
- "bin/py.test -vvs"
0 commit comments