##// END OF EJS Templates
tests: tell pip not to check for a newer version...
Danek Duvall -
r32954:b5305a49 default
parent child Browse files
Show More
@@ -188,7 +188,7 the default for them.
188 188 $ $PYTHON -m virtualenv --no-site-packages --never-download installenv >> pip.log
189 189 Note: we use this weird path to run pip and hg to avoid platform differences,
190 190 since it's bin on most platforms but Scripts on Windows.
191 $ ./installenv/*/pip install $TESTDIR/.. >> pip.log
191 $ ./installenv/*/pip install --no-index $TESTDIR/.. >> pip.log
192 192 $ ./installenv/*/hg debuginstall || cat pip.log
193 193 checking encoding (ascii)...
194 194 checking Python executable (*) (glob)
General Comments 0
You need to be logged in to leave comments. Login now