Skip to content

Commit

Permalink
attempting to use travis_wait for slow kernel download
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed May 4, 2017
1 parent b09ee52 commit 00a78df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -28,7 +28,7 @@ before_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then python --version; fi
- pip install twine
- pip install -r requirements.txt
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then python ./spiceypy/tests/gettestkernels.py; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then travis_wait python ./spiceypy/tests/gettestkernels.py; fi
install:
- python setup.py install
script:
Expand Down

0 comments on commit 00a78df

Please sign in to comment.