We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac58a08 commit fa4248bCopy full SHA for fa4248b
.travis.yml
@@ -28,9 +28,10 @@ env:
28
# iam: the precise versions are need, so we know whether we have to install
29
# or just choose. I picked these, because only 2.7.15 and 3.6.7 needs to be built (on osx).
30
# the linux image has these versions already.
31
- - CMAKE_BUILD_TYPE=Debug PYTHON=2.7.15
+ # iam: i remove the 2.7.15 because its no longer a going concern.
32
+ # - CMAKE_BUILD_TYPE=Debug PYTHON=2.7.15
33
- CMAKE_BUILD_TYPE=Debug PYTHON=3.6.7
- - CMAKE_BUILD_TYPE=Release PYTHON=2.7.15
34
+ # - CMAKE_BUILD_TYPE=Release PYTHON=2.7.15
35
- CMAKE_BUILD_TYPE=Release PYTHON=3.6.7
36
37
install:
0 commit comments