Bug 979815 - Update URL of virtualenv to use version 1.9.1 from the official github repository. r=jgriffin

This commit is contained in:
Henrik Skupin 2014-03-05 23:22:29 +01:00
Родитель 50b8293e47
Коммит 1148e8bb3e
2 изменённых файлов: 15 добавлений и 18 удалений

Просмотреть файл

@ -48,7 +48,7 @@ else
fi
# Create a virtualenv:
curl https://raw.github.com/jonallengriffin/virtualenv/msys/virtualenv.py | ${PYTHON} - ${TARGET}
curl https://raw.github.com/pypa/virtualenv/1.9.1/virtualenv.py | ${PYTHON} - ${TARGET}
cd ${TARGET}
. $BIN_NAME
if [ -z "${VIRTUAL_ENV}" ]

Просмотреть файл

@ -1,17 +1,14 @@
TPS is a test automation framework for Firefox Sync. See
https://developer.mozilla.org/en/TPS for documentation.
INSTALLATION:
TPS requires several packages to operate properly. To install TPS and
required packages, use the INSTALL.sh script, provided:
./INSTALL.sh /path/to/create/virtualenv
This script will create a virtalenv and install TPS into it. TPS can then
be run by activating the virtualenv and executing:
runtps --binary=/path/to/firefox
TPS is a test automation framework for Firefox Sync. See
https://developer.mozilla.org/en/TPS for documentation.
INSTALLATION:
TPS requires several packages to operate properly. To install TPS and
required packages, use the INSTALL.sh script, provided:
./INSTALL.sh /path/to/create/virtualenv
This script will create a virtalenv and install TPS into it. TPS can then
be run by activating the virtualenv and executing:
runtps --binary=/path/to/firefox