diff --git a/ci/travis-install.sh b/ci/travis-install.sh index d3af883..858c1d3 100644 --- a/ci/travis-install.sh +++ b/ci/travis-install.sh @@ -1,16 +1,12 @@ #!/usr/bin/env bash if [ "${BUILDMODE}" = "ASTROPY" ]; then - git clone --depth 1 git://github.com/astropy/ci-helpers.git source ci-helpers/travis/setup_conda.sh - elif [ "${BUILDMODE}" = "CIBUILDWHEEL" ]; then - export PIP=pip if [ $(uname) = "Darwin" ]; then export PIP=pip2 fi $PIP install cibuildwheel==0.10.0 - fi \ No newline at end of file