Skip to content

Commit

Permalink
Re-enable lint for tests, remove usage of pylint (#4921)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Wayne Parrott authored Feb 24, 2018
1 parent 6a44164 commit 8a17793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-dataproc/nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def default(session):
'py.test',
'--quiet',
'--cov=google.cloud.dataproc',
'--cov=google.cloud.dataproc_v1',
'--cov=google.cloud.dataproc_v1',
'--cov=tests.unit',
'--cov-append',
'--cov-config=.coveragerc',
Expand Down

0 comments on commit 8a17793

Please sign in to comment.