Skip to content

Commit fbaf422

Browse files
committed
Added SaltPyLint so that the saltpylint.pep8 plugin can be used.
1 parent 1d89cbd commit fbaf422

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ val installAll =
4141
|python3 -m pip install pylint-common==0.2.2 &&
4242
|python -m pip install pylint-celery==0.3 &&
4343
|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 &&
4446
|python -m pip install pylint==1.7.5 --upgrade --ignore-installed --no-cache-dir &&
4547
|python3 -m pip install pylint==1.7.5 --upgrade --ignore-installed --no-cache-dir &&
4648
|python -m pip uninstall -y pip &&

0 commit comments

Comments
 (0)