stylistic runtox.py code cleanup
--HG-- branch : jurko/tox_usage
This commit is contained in:
parent
84f9f45f98
commit
c2c504797e
|
@ -6,5 +6,4 @@ import sys
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
subprocess.call([sys.executable, "-m", "tox",
|
subprocess.call([sys.executable, "-m", "tox",
|
||||||
"-i", "ALL=https://devpi.net/hpk/dev/",
|
"-i", "ALL=https://devpi.net/hpk/dev/",
|
||||||
"--develop",] + sys.argv[1:])
|
"--develop"] + sys.argv[1:])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue