##// END OF EJS Templates
tests: opt into python3 when testing virtualenv installation...
Matt Harbison -
r43561:a324f6a0 default
parent child Browse files
Show More
@@ -236,6 +236,11 b' Verify the json works too:'
236 236
237 237 #endif
238 238
239 #if py3
240 $ HGALLOWPYTHON3=1
241 $ export HGALLOWPYTHON3
242 #endif
243
239 244 #if virtualenv
240 245
241 246 Verify that Mercurial is installable with pip. Note that this MUST be
General Comments 0
You need to be logged in to leave comments. Login now