From c2c504797e25d546c7bc7f9e900bb990ec6ba5c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Sat, 5 Apr 2014 08:49:30 +0200 Subject: [PATCH] stylistic runtox.py code cleanup --HG-- branch : jurko/tox_usage --- runtox.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/runtox.py b/runtox.py index 40fbcb569..d4cc30d96 100644 --- a/runtox.py +++ b/runtox.py @@ -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:])