From e5642546f19e577fe0bfe0919280693ec334f359 Mon Sep 17 00:00:00 2001 From: Daniel Lintott Date: Sat, 9 Aug 2014 12:26:24 +0100 Subject: [PATCH] Remove commented line, not needed anymore --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 7e437d4d..78bfa355 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,6 @@ class PyTest(TestCommand): def run_tests(self): #import here, cause outside the eggs aren't loaded import pytest - #errcode = tox.cmdline(self.test_args) errcode = pytest.main(self.test_args) sys.exit(errcode)