We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac115f commit 3f682eeCopy full SHA for 3f682ee
.travis.yml
@@ -44,6 +44,7 @@ jobs:
44
# Travis OSX envs requires some setup; see tools/prepare-osx.sh
45
# Install cibuildwheel if this is a tagged PR
46
before_install:
47
+ - pip install -U pip
48
- if [[ $TRAVIS_OS_NAME == "osx" ]]; then tools/prepare-osx.sh ${INTERPRETER_VERSION} /tmp/venv && source /tmp/venv/bin/activate; fi
49
- if [[ -n $TRAVIS_TAG && -n $CIBW_BEFORE_BUILD ]]; then pip install cibuildwheel --force-reinstall; fi
50
0 commit comments