summaryrefslogtreecommitdiffstats
path: root/.travis
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2016-01-22 22:14:41 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2016-01-22 22:14:41 +0100
commit69c8edc4e36195f3805c149fa576326ba525cbe5 (patch)
treeed0724c16201badde12b55339b5844b4fe6da3d2 /.travis
parentbceaf71f4baa50c2258151fc15e728cf0da0df29 (diff)
require virtualenv<14.0 so we get a py32 compatible pip
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 4de5e0c10..2e256e143 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -36,9 +36,9 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
;;
esac
pyenv rehash
- python -m pip install --user virtualenv
+ python -m pip install --user 'virtualenv<14.0'
else
- pip install virtualenv
+ pip install 'virtualenv<14.0'
sudo add-apt-repository -y ppa:gezakovacs/lz4
sudo apt-get update
sudo apt-get install -y liblz4-dev