Skip to content

Commit ddc552d

Browse files
committed
Use cpp for languae and skip Python 2.7.6 #22
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent d65afaf commit ddc552d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
15
os:
26
- osx
37
- linux
48

59
env:
610
matrix:
7-
- PYTHON_EXE="`pyenv install -s 2.7.6 && pyenv local 2.7.6`"
811
- PYTHON_EXE="`pyenv install -s 2.7.13 && pyenv local 2.7.13`"
912
- PYTHON_EXE="`pyenv install -s 3.5.3 && pyenv local 3.5.3`"
1013
- PYTHON_EXE="`pyenv install -s 3.6.1 && pyenv local 3.6.1`"

0 commit comments

Comments
 (0)