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 21f2412 commit 9c1071bCopy full SHA for 9c1071b
ci/install_travis.sh
@@ -106,6 +106,9 @@ time conda create -n pandas --file=${REQ} || exit 1
106
107
source activate pandas
108
109
+# https://github.com/travis-ci/travis-ci/issues/8920#issuecomment-352661024
110
+python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"
111
+
112
# may have addtl installation instructions for this build
113
echo
114
echo "[build addtl installs]"
0 commit comments