Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4791e00

Browse files
authored
Use generic version of setup_conda rather than OS dependant
1 parent b8e9ba3 commit 4791e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ before_install:
4343

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

0 commit comments

Comments
 (0)