Skip to content

Commit

Permalink
Remove line from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mahrz24 committed Sep 13, 2016
1 parent 31cdf60 commit c327668
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -89,7 +89,6 @@ def run_tests(self):
params = {"args": self.test_args}
if self.cov:
params["args"] += self.cov
params["plugins"] = ["cov"]
if self.junitxml:
params["args"] += self.junitxml
errno = pytest.main(**params)
Expand Down

0 comments on commit c327668

Please sign in to comment.