We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2c5047 commit fd05935Copy full SHA for fd05935
runtox.py
@@ -1,9 +1,8 @@
1
#!/usr/bin/env python
2
3
-import subprocess
4
-import sys
5
-
6
if __name__ == "__main__":
+ import subprocess
+ import sys
7
subprocess.call([sys.executable, "-m", "tox",
8
"-i", "ALL=https://devpi.net/hpk/dev/",
9
"--develop"] + sys.argv[1:])
0 commit comments