Skip to content

Commit

Permalink
Merge pull request #1661 from pllim/patch-1
Browse files Browse the repository at this point in the history
TST: Prevent blocking error in Travis CI
  • Loading branch information
bsipocz committed Mar 2, 2020
2 parents 98cade1 + 45d1820 commit d90b2db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,13 @@ matrix:
SETUP_CMD='test -R -V -a "--durations=50"'
CONDA_DEPENDENCIES=$CONDA_DEPENDENCIES_REMOTE


install:
- git clone git://github.com/astropy/ci-helpers.git
- source ci-helpers/travis/setup_conda.sh

# https://github.com/travis-ci/travis-ci/issues/8982#issuecomment-354357640
- if [ $TRAVIS_OS_NAME != windows ]; then python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"; fi

script:
- $RUN_HTTPBIN
- $MAIN_CMD $SETUP_CMD
Expand Down

0 comments on commit d90b2db

Please sign in to comment.