diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-05-15 07:13:21 -0400 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-05-15 07:13:21 -0400 |
| commit | 63d95d0973970c01dbfa8432055bc7e13acc1049 (patch) | |
| tree | eeae6560c4bb41a636344fa4f35b0371bd81ff87 | |
| parent | 6ac7230f61486de1546df06a5bdef24f6cc34a49 (diff) | |
| download | cryptography-63d95d0973970c01dbfa8432055bc7e13acc1049.tar.gz cryptography-63d95d0973970c01dbfa8432055bc7e13acc1049.tar.bz2 cryptography-63d95d0973970c01dbfa8432055bc7e13acc1049.zip | |
Try to use python -m, not clear why it's needed
| -rwxr-xr-x | .travis/install.sh | 2 |
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 |
