Skip to content

Commit

Permalink
fixing pylint args
Browse files Browse the repository at this point in the history
  • Loading branch information
nklapste committed Sep 26, 2018
1 parent 20a4139 commit 82a6aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def find_version(*file_paths):
class Pylint(test):
def run_tests(self):
from pylint.lint import Run
Run(["trivector", "--persistent", "y"])
Run(["graypy", "--persistent", "y"])


class PyTest(test):
Expand Down

0 comments on commit 82a6aff

Please sign in to comment.