Revision a551a9a7

b/runtests-venvs.sh
41 41
source env/bin/activate
42 42
PIP_DOWNLOAD_CACHE=/tmp/.pip_cache
43 43
pip install -r requirements.pip
44
python setup.py install
44
rm -rf build dist
45
python setup.py sdist
46
pip install dist/synnefo-0.8rc1.tar.gz
45 47
cd env
46 48
# avoid vncauthproxy errors
47 49
rm bin/vncauthproxy.py
......
54 56
source env/bin/activate
55 57
PIP_DOWNLOAD_CACHE=/tmp/.pip_cache
56 58
pip install -r requirements.pip
57
python setup.py install
59
rm -rf build dist
60
python setup.py sdist
61
pip install dist/synnefo-0.8rc1.tar.gz
58 62
cd env
59 63
# avoid vncauthproxy errors
60 64
rm bin/vncauthproxy.py

Also available in: Unified diff