summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2018-01-23 21:01:42 -0800
committerGitHub <noreply@github.com>2018-01-23 21:01:42 -0800
commit2268f4b11cf0a15405a0249044e04e6691532233 (patch)
tree417bcd3b1b98800e3bf7de96ebc64fa6aa7ca458
parentaaa4d8d7c7611104e6de4328b50563e4c29598ff (diff)
downloadxattr-2268f4b11cf0a15405a0249044e04e6691532233.tar.gz
try try again
-rwxr-xr-x.travis/install.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index ca7d88a..8d42495 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -13,9 +13,5 @@ if [[ -n "$PYENV_VERSION" ]]; then
pyenv install --list
pyenv install -s "$PYENV_VERSION"
pyenv rehash
- which pip &> /dev/null || \
- python -m pip install --upgrade pip || \
- (curl -O https://bootstrap.pypa.io/get-pip.py && python get-pip.py && rm get-pip.py)
- pyenv rehash
- pip install wheel
+ python -m pip install wheel
fi