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 c629ca0 commit e9205fdCopy full SHA for e9205fd
.travis.yml
@@ -35,7 +35,7 @@ env:
35
- PYTHON_VERSION="3.3" WITH_MPC="yes"
36
- PYTHON_VERSION="3.4" WITH_MPFR="yes"
37
- PYTHON_VERSION="3.5" WITH_MPC="yes"
38
- - PYTHON_VERSION="3.6" WITH_MPC="yes"
+ - PYTHON_VERSION="3.6" WITH_MPC="yes" INTEGER_CLASS="flint" WITH_FLINT="yes"
39
40
matrix:
41
exclude:
@@ -78,7 +78,7 @@ matrix:
78
- env: BUILD_TYPE="Debug" PYTHON_VERSION="2.7" WITH_NUMPY="no"
79
compiler: gcc
80
os: osx
81
- - env: BUILD_TYPE="Release" PYTHON_VERSION="3.5"
+ - env: BUILD_TYPE="Release" PYTHON_VERSION="3.5" INTEGER_CLASS="flint" WITH_FLINT="yes"
82
83
84
- env: BUILD_TYPE="Release" WITH_SAGE="yes" WITH_MPC="yes" PYTHON_VERSION="2.7"
0 commit comments