aboutsummaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 0105fc4f..0c64ba93 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -33,7 +33,10 @@ if [[ "${TOX_ENV}" == "docs" ]]; then
fi
if [[ "$DARWIN" = true ]]; then
- if which pyenv > /dev/null; then eval "$(pyenv init -)"; fi
+ if which pyenv > /dev/null; then
+ eval "$(pyenv init -)"
+ fi
+
case "${TOX_ENV}" in
py26)
curl -O https://bootstrap.pypa.io/get-pip.py
@@ -107,7 +110,3 @@ fi
virtualenv ~/.venv
source ~/.venv/bin/activate
pip install tox coveralls
-
-if [[ "$DARWIN" = true ]]; then
- pyenv rehash
-fi