summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9f5f218..3700697 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -73,7 +73,7 @@ before_install:
pyenv install "$PYENV_VERSION"
pip install --upgrade pip setuptools wheel virtualenv
fi
- virtualenv --no-download ~/uncached-virtualenv
+ virtualenv --never-download ~/uncached-virtualenv
. ~/uncached-virtualenv/activate
fi
script: