From a32326345a15a7cdac401736fa56150bb8c11b52 Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@asu.edu> Date: Thu, 4 Jan 2018 09:14:00 -0700 Subject: [PATCH] Attempting hotfix for plio uploads --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e7f3275..55ccfa9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,8 @@ before_install: # Create the env - conda create -q -n test python=$PYTHON_VERSION - source activate test + # https://github.com/travis-ci/travis-ci/issues/8982 + - python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)" install: - conda config --add channels conda-forge -- GitLab