File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 33
33
# Release builds:
34
34
- PYTHON_VERSION="2.7" BUILD_SHARED_LIBS="yes"
35
35
- PYTHON_VERSION="2.7" WITH_MPFR="yes" INTEGER_CLASS="gmpxx" WITH_NUMPY="no"
36
+ - PYTHON_VERSION="3.7" WITH_MPC="yes"
36
37
- PYTHON_VERSION="3.4" WITH_MPFR="yes"
37
38
- PYTHON_VERSION="3.5" WITH_MPC="yes"
38
39
- PYTHON_VERSION="3.6" WITH_MPC="yes" INTEGER_CLASS="flint" WITH_FLINT="yes"
@@ -84,6 +85,8 @@ matrix:
84
85
- env : BUILD_TYPE="Release" WITH_SAGE="yes" WITH_MPC="yes" PYTHON_VERSION="2.7"
85
86
compiler : gcc
86
87
os : linux
88
+ allow_failures :
89
+ - env : BUILD_TYPE="Release" WITH_SAGE="yes" WITH_MPC="yes" PYTHON_VERSION="2.7"
87
90
88
91
before_install :
89
92
- |
Original file line number Diff line number Diff line change @@ -242,5 +242,7 @@ def finalize_options(self):
242
242
'Programming Language :: Python :: 2.7' ,
243
243
'Programming Language :: Python :: 3.4' ,
244
244
'Programming Language :: Python :: 3.5' ,
245
+ 'Programming Language :: Python :: 3.6' ,
246
+ 'Programming Language :: Python :: 3.7' ,
245
247
]
246
248
)
You can’t perform that action at this time.
0 commit comments