Skip to content

Commit

Permalink
Merge pull request #31 from bsipocz/patch-1
Browse files Browse the repository at this point in the history
Use generic version of setup_conda rather than OS dependent
  • Loading branch information
astrofrog authored Jun 23, 2017
2 parents b8e9ba3 + 4791e00 commit 8f61781
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 @@ -43,7 +43,7 @@ before_install:

install:
- git clone git://github.com/astropy/ci-helpers.git
- source ci-helpers/travis/setup_conda_$TRAVIS_OS_NAME.sh
- source ci-helpers/travis/setup_conda.sh
- if [[ $SPHINX_VERSION == dev ]]; then
pip install git+https://github.com/sphinx-doc/sphinx.git;
fi
Expand Down

0 comments on commit 8f61781

Please sign in to comment.