Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
./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