aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/install.sh
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-05-15 07:13:21 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-05-15 07:13:21 -0400
commit63d95d0973970c01dbfa8432055bc7e13acc1049 (patch)
treeeeae6560c4bb41a636344fa4f35b0371bd81ff87 /.travis/install.sh
parent6ac7230f61486de1546df06a5bdef24f6cc34a49 (diff)
downloadcryptography-63d95d0973970c01dbfa8432055bc7e13acc1049.tar.gz
cryptography-63d95d0973970c01dbfa8432055bc7e13acc1049.tar.bz2
cryptography-63d95d0973970c01dbfa8432055bc7e13acc1049.zip
Try to use python -m, not clear why it's needed
Diffstat (limited to '.travis/install.sh')
-rwxr-xr-x.travis/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index 9e14a92d..f5873288 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -49,7 +49,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
;;
esac
pyenv rehash
- pip install --user virtualenv
+ python -m pip install --user virtualenv
else
pip install virtualenv
fi