Skip to content

Commit 3093b95

Browse files
committed
Add pylint-common and pylint-celery
1 parent 1c16c7c commit 3093b95

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.sbt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ val installAll =
4040
|python3 -m pip install django==1.9.2 flask==0.10.1 pylint-flask==0.1 flask-wtf==0.12 &&
4141
|python -m pip install git+https://github.com/landscapeio/pylint-django@93fd04120d0690189c35b7b2eaace23117f388c5 &&
4242
|python3 -m pip install git+https://github.com/landscapeio/pylint-django@93fd04120d0690189c35b7b2eaace23117f388c5 &&
43+
|python -m pip install pylint-common==0.2.2 &&
44+
|python3 -m pip install pylint-common==0.2.2 &&
45+
|python -m pip install pylint-celery==0.3 &&
46+
|python3 -m pip install pylint-celery==0.3 &&
4347
|python -m pip install pylint==1.5.4 --upgrade --ignore-installed --no-cache-dir &&
4448
|python3 -m pip install pylint==1.5.4 --upgrade --ignore-installed --no-cache-dir""".stripMargin.replaceAll(System.lineSeparator()," ")
4549

0 commit comments

Comments
 (0)