Bug 1231981 - Part 6: Make sure we have pywin32 in the virtualenv for mochitest. r=gps

MozReview-Commit-ID: GEAAnagEqvh

--HG--
extra : rebase_source : a001652874c316d6761e970d9f682dca8ef0deea
This commit is contained in:
Byron Campen [:bwc] 2016-04-08 16:15:18 -05:00
parent c87769deb2
commit 60f320e437

View File

@ -26,6 +26,8 @@ config = {
"xpcshell_name": XPCSHELL_NAME,
"virtualenv_path": 'venv',
"virtualenv_python_dll": os.path.join(os.path.dirname(sys.executable), "python27.dll"),
"virtualenv_modules": ['pywin32'],
"find_links": [
"http://pypi.pvt.build.mozilla.org/pub",
"http://pypi.pub.build.mozilla.org/pub",