diff options
| author | Bryan Newbold <bnewbold@archive.org> | 2018-04-06 14:56:10 -0700 |
|---|---|---|
| committer | Bryan Newbold <bnewbold@archive.org> | 2018-04-06 14:56:10 -0700 |
| commit | aa15883fcbfc31546d4d94f2089e177dc481cc48 (patch) | |
| tree | 3868569588179b13881a93633016a90d088256dc /mapreduce/Pipfile | |
| parent | 772880c0e8adae1d20ae19f00e295bf2f8e895c6 (diff) | |
| download | sandcrawler-aa15883fcbfc31546d4d94f2089e177dc481cc48.tar.gz sandcrawler-aa15883fcbfc31546d4d94f2089e177dc481cc48.zip | |
add pylint to CI
Diffstat (limited to 'mapreduce/Pipfile')
| -rw-r--r-- | mapreduce/Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mapreduce/Pipfile b/mapreduce/Pipfile index fea2f28..81cdea1 100644 --- a/mapreduce/Pipfile +++ b/mapreduce/Pipfile @@ -15,6 +15,7 @@ pytest = "*" pytest-pythonpath = "*" responses = "*" pytest-cov = "*" +pylint = "*" [packages] globalwayback = {version=">=0.3", index="ia"} |
