diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/tools/pytest/runtox.py')
-rw-r--r-- | tests/wpt/web-platform-tests/tools/pytest/runtox.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/wpt/web-platform-tests/tools/pytest/runtox.py b/tests/wpt/web-platform-tests/tools/pytest/runtox.py deleted file mode 100644 index 8c13c53e1c4..00000000000 --- a/tests/wpt/web-platform-tests/tools/pytest/runtox.py +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env python - -if __name__ == "__main__": - import subprocess - import sys - subprocess.call([sys.executable, "-m", "tox", - "-i", "ALL=https://devpi.net/hpk/dev/", - "--develop"] + sys.argv[1:]) |