forked from TrueCloudLab/s3-tests
Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
|
4be776920e | ||
|
038b63569e | ||
|
a344c9225d |
1 changed files with 4 additions and 2 deletions
|
@ -32,11 +32,13 @@ virtualenv --no-site-packages --distribute virtualenv
|
|||
# avoid pip bugs
|
||||
./virtualenv/bin/pip install --upgrade pip
|
||||
|
||||
# work-around change in pip 1.5
|
||||
./virtualenv/bin/pip install setuptools --no-use-wheel --upgrade
|
||||
|
||||
./virtualenv/bin/pip install -r requirements.txt
|
||||
|
||||
# forbid setuptools from using the network because it'll try to use
|
||||
# easy_install, and we really wanted pip; next line will fail if pip
|
||||
# requirements.txt does not match setup.py requirements -- sucky but
|
||||
# good enough for now
|
||||
./virtualenv/bin/python setup.py develop \
|
||||
--allow-hosts None
|
||||
./virtualenv/bin/python setup.py develop
|
||||
|
|
Loading…
Reference in a new issue