Skip to content

Commit e9205fd

Browse files
committed
Test Flint INTEGER
1 parent c629ca0 commit e9205fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ env:
3535
- PYTHON_VERSION="3.3" WITH_MPC="yes"
3636
- PYTHON_VERSION="3.4" WITH_MPFR="yes"
3737
- PYTHON_VERSION="3.5" WITH_MPC="yes"
38-
- PYTHON_VERSION="3.6" WITH_MPC="yes"
38+
- PYTHON_VERSION="3.6" WITH_MPC="yes" INTEGER_CLASS="flint" WITH_FLINT="yes"
3939

4040
matrix:
4141
exclude:
@@ -78,7 +78,7 @@ matrix:
7878
- env: BUILD_TYPE="Debug" PYTHON_VERSION="2.7" WITH_NUMPY="no"
7979
compiler: gcc
8080
os: osx
81-
- env: BUILD_TYPE="Release" PYTHON_VERSION="3.5"
81+
- env: BUILD_TYPE="Release" PYTHON_VERSION="3.5" INTEGER_CLASS="flint" WITH_FLINT="yes"
8282
compiler: gcc
8383
os: osx
8484
- env: BUILD_TYPE="Release" WITH_SAGE="yes" WITH_MPC="yes" PYTHON_VERSION="2.7"

0 commit comments

Comments
 (0)