Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #498 from astrofrog/fix-setup
Browse files Browse the repository at this point in the history
Use setup_python.sh instead of setup_conda.sh
  • Loading branch information
bsipocz committed Oct 26, 2020
2 parents 040d997 + 42d592d commit 3d9f6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{ cookiecutter.package_name }}/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ install:

- if [[ $TRAVIS_OS_NAME != linux ]]; then
git clone --depth 1 git://github.com/astropy/ci-helpers.git;
source ci-helpers/travis/setup_conda.sh;
source ci-helpers/travis/setup_python.sh;
fi

script:
Expand Down

0 comments on commit 3d9f6d6

Please sign in to comment.