25
25
# # statement, so if the variable is not set, the other if branch will get
26
26
# # executed.
27
27
matrix :
28
- # # Out of tree builds (default) :
28
+ # Debug builds:
29
29
- BUILD_TYPE="Debug" WITH_BFD="yes" PYTHON_VERSION="2.7" TRIGGER_FEEDSTOCK="yes"
30
+ - BUILD_TYPE="Debug" WITH_BFD="yes" PYTHON_VERSION="3.6"
30
31
31
- # # In-tree builds (we just check a few configurations to make sure they work):
32
- # Debug build with Python 2.7:
33
- - BUILD_TYPE="Debug" WITH_BFD="yes" PYTHON_VERSION="2.7"
34
- # Release build shared lib with Python 2.7:
32
+ # Release builds:
35
33
- PYTHON_VERSION="2.7" BUILD_SHARED_LIBS="yes"
36
-
37
- # These test the setup.py file
38
- - PYTHON_VERSION="2.7" WITH_MPFR="yes" INTEGER_CLASS="gmp"
34
+ - PYTHON_VERSION="2.7" WITH_MPFR="yes" INTEGER_CLASS="gmpxx"
39
35
- PYTHON_VERSION="3.3" WITH_MPC="yes"
40
36
- PYTHON_VERSION="3.4" WITH_MPFR="yes" WITH_NUMPY="yes"
41
- - PYTHON_VERSION="3.5" WITH_MPFR="yes" WITH_NUMPY="yes"
37
+ - PYTHON_VERSION="3.5" WITH_MPC="yes" WITH_NUMPY="yes"
38
+ - PYTHON_VERSION="3.6" WITH_MPC="yes" WITH_NUMPY="yes"
42
39
43
40
matrix :
44
41
exclude :
@@ -81,13 +78,9 @@ matrix:
81
78
- env : BUILD_TYPE="Release" PYTHON_VERSION="3.5"
82
79
compiler : gcc
83
80
os : osx
84
- - env : BUILD_TYPE="Release" WITH_SAGE="yes" WITH_MPC="yes"
81
+ - env : BUILD_TYPE="Release" WITH_SAGE="yes" WITH_MPC="yes" PYTHON_VERSION="2.7"
85
82
compiler : gcc
86
83
os : linux
87
- addons :
88
- apt :
89
- packages :
90
- - lrzip
91
84
92
85
install :
93
86
- export PYTHON_SOURCE_DIR=`pwd`
@@ -105,7 +98,7 @@ install:
105
98
106
99
# Setup travis for C++ library
107
100
- cd $SOURCE_DIR
108
- - if [[ "${WITH_SAGE}" != "yes" ]]; then source bin/install_travis.sh; fi
101
+ - source bin/install_travis.sh
109
102
110
103
# Build C++ library
111
104
- cd $SOURCE_DIR
0 commit comments