We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3510b4d + dd165ec commit d0f09ddCopy full SHA for d0f09dd
build.sbt
@@ -39,6 +39,8 @@ val installAll =
39
|python3 -m pip install pylint-common==0.2.2 &&
40
|python -m pip install pylint-celery==0.3 &&
41
|python3 -m pip install pylint-celery==0.3 &&
42
+ |python -m pip install SaltPyLint==2017.12.15 &&
43
+ |python3 -m pip install SaltPyLint==2017.12.15 &&
44
|python -m pip install pylint==1.8.2 --upgrade --ignore-installed --no-cache-dir &&
45
|python3 -m pip install pylint==1.8.2 --upgrade --ignore-installed --no-cache-dir &&
46
|python -m pip uninstall -y pip &&
0 commit comments