mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 979815 - Update URL of virtualenv to use version 1.9.1 from the official github repository. r=jgriffin
This commit is contained in:
parent
3b07bd07e9
commit
fc668f80f3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user