Skip to content

Commit

Permalink
Use setup_python from ci-helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
e-koch committed Oct 24, 2020
1 parent 71fd8e2 commit 356a12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -73,7 +73,7 @@ install:
# we need to use ci-helpers to set up Python.
- if [[ $TRAVIS_OS_NAME == osx || $TRAVIS_OS_NAME == windows ]]; then
git clone git://github.com/astropy/ci-helpers.git;
source ci-helpers/travis/setup_conda.sh;
source ci-helpers/travis/setup_python.sh;
fi


Expand Down

0 comments on commit 356a12f

Please sign in to comment.