Skip to content

Commit fa4248b

Browse files
committed
Don't 2.7 inside travis anymore.
1 parent ac58a08 commit fa4248b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ env:
2828
# iam: the precise versions are need, so we know whether we have to install
2929
# or just choose. I picked these, because only 2.7.15 and 3.6.7 needs to be built (on osx).
3030
# the linux image has these versions already.
31-
- CMAKE_BUILD_TYPE=Debug PYTHON=2.7.15
31+
# iam: i remove the 2.7.15 because its no longer a going concern.
32+
# - CMAKE_BUILD_TYPE=Debug PYTHON=2.7.15
3233
- CMAKE_BUILD_TYPE=Debug PYTHON=3.6.7
33-
- CMAKE_BUILD_TYPE=Release PYTHON=2.7.15
34+
# - CMAKE_BUILD_TYPE=Release PYTHON=2.7.15
3435
- CMAKE_BUILD_TYPE=Release PYTHON=3.6.7
3536

3637
install:

0 commit comments

Comments
 (0)