File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments