Skip to content

Commit 30f640b

Browse files
committed
Remove flint integer on OSX for now
1 parent c8950eb commit 30f640b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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" INTEGER_CLASS="flint" WITH_FLINT="yes"
81+
- env: BUILD_TYPE="Release" PYTHON_VERSION="3.5"
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)