diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-20 22:18:44 -0600 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-01-20 22:18:44 -0600 |
commit | 597cc64acd54ed9053e9aa0d83092b1ee1ba74e2 (patch) | |
tree | 326d19a4046acacb3f1ff4102034e74b4fdcf143 | |
parent | 9261de94d23c1fd4539d14ff3f2da75dfe3f4924 (diff) | |
download | cryptography-597cc64acd54ed9053e9aa0d83092b1ee1ba74e2.tar.gz cryptography-597cc64acd54ed9053e9aa0d83092b1ee1ba74e2.tar.bz2 cryptography-597cc64acd54ed9053e9aa0d83092b1ee1ba74e2.zip |
Starting now, setuptools should come with pip *fingerscrossed*
-rwxr-xr-x | .travis/install.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis/install.sh b/.travis/install.sh index 1e3b1702..b6dd5acc 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -29,13 +29,11 @@ if [[ "$(uname -s)" == "Darwin" ]]; then py26) curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py sudo python get-pip.py - sudo pip install setuptools --no-use-wheel --upgrade sudo pip install virtualenv ;; py27) curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py sudo python get-pip.py - sudo pip install setuptools --no-use-wheel --upgrade sudo pip install virtualenv ;; pypy) |