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 1d89cbd + 2b6b43d commit dd165ecCopy full SHA for dd165ec
build.sbt
@@ -41,6 +41,8 @@ val installAll =
41
|python3 -m pip install pylint-common==0.2.2 &&
42
|python -m pip install pylint-celery==0.3 &&
43
|python3 -m pip install pylint-celery==0.3 &&
44
+ |python -m pip install SaltPyLint==2017.12.15 &&
45
+ |python3 -m pip install SaltPyLint==2017.12.15 &&
46
|python -m pip install pylint==1.7.5 --upgrade --ignore-installed --no-cache-dir &&
47
|python3 -m pip install pylint==1.7.5 --upgrade --ignore-installed --no-cache-dir &&
48
|python -m pip uninstall -y pip &&
0 commit comments