taskcluster_windows.py (453B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 # Config file for firefox ui tests run via TaskCluster. 6 7 import os 8 import sys 9 10 config = { 11 "virtualenv_path": "venv", 12 "exes": { 13 "python": sys.executable, 14 "hg": os.path.join(os.environ["PROGRAMFILES"], "Mercurial", "hg"), 15 }, 16 }