Sign in
cobalt
/
cobalt
/
25902c6cb1ab9cfd8ae2ee6b0fb52953f73deda5
/
.
/
third_party
/
web_platform_tests
/
tools
/
pytest
/
runtox.py
blob: 8c13c53e1c4739cd4d4bb83e45b259b40192e3a6 [
file
] [
log
] [
blame
]
#!/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
:])