Loading .travis.yml +1 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ before_install: # Create the env - conda create -q -n test python=$PYTHON_VERSION - source activate test - python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)" install: # Install dependencies Loading Loading
.travis.yml +1 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ before_install: # Create the env - conda create -q -n test python=$PYTHON_VERSION - source activate test - python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)" install: # Install dependencies Loading