Merge pull request #139 from linuxbox2/wip-setuptools

bootstrap:  force new setuptools

Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
Yehuda Sadeh 2017-01-25 13:04:03 -08:00 committed by GitHub
commit 60f71aee50

View file

@ -30,8 +30,8 @@ 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
# work-around change in pip 1.5 (and more recent)
./virtualenv/bin/pip install setuptools --upgrade
./virtualenv/bin/pip install -r requirements.txt