Skip to content

Commit

Permalink
update travis script to prevent failure due to unanswered prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarayan committed Sep 7, 2017
1 parent 8161aff commit 554c269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ before_install:
- tar -C $HOME -xzf $HOME/synphot/synphot6.tar.gz
- export PYSYN_CDBS=$HOME/grp/hst/cdbs/
install:
- conda update setuptools
- conda update --yes setuptools
- conda install --yes python=$TRAVIS_PYTHON_VERSION
- conda install --yes coverage coveralls
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
Expand Down

0 comments on commit 554c269

Please sign in to comment.