Skip to content

Commit

Permalink
Force rebuild of travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Dec 18, 2018
1 parent 48c70c2 commit 9d75423
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ci/travis-install.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9d75423

Please sign in to comment.