stylistic runtox.py code cleanup

--HG--
branch : jurko/tox_usage
This commit is contained in:
Jurko Gospodnetić 2014-04-05 08:49:30 +02:00
parent 84f9f45f98
commit c2c504797e
1 changed files with 1 additions and 2 deletions

View File

@ -6,5 +6,4 @@ import sys
if __name__ == "__main__":
subprocess.call([sys.executable, "-m", "tox",
"-i", "ALL=https://devpi.net/hpk/dev/",
"--develop",] + sys.argv[1:])
"--develop"] + sys.argv[1:])