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)