Allow running WPT in Firefox

This commit is contained in:
J. Ryan Stinnett 2016-07-21 18:54:09 -05:00
parent f8eab2b165
commit 3bc2a5632a
3 changed files with 15 additions and 2 deletions

View file

@ -135,6 +135,7 @@ def _activate_virtualenv(topdir):
requirements_paths = [
os.path.join("python", "requirements.txt"),
os.path.join("tests", "wpt", "harness", "requirements.txt"),
os.path.join("tests", "wpt", "harness", "requirements_firefox.txt"),
os.path.join("tests", "wpt", "harness", "requirements_servo.txt"),
]
for req_rel_path in requirements_paths: