Skip to content

Commit 93824ab

Browse files
authored
Merge pull request #29 from simobasso/pylint_181
build: bump pylint version 1.7.5 > 1.8.2
2 parents dd165ec + d0f09dd commit 93824ab

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

build.sbt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,16 @@ val installAll =
3333
|apk --no-cache add 'python3>3.6.1' &&
3434
|wget "https://bootstrap.pypa.io/get-pip.py" -O /dev/stdout | python &&
3535
|wget "https://bootstrap.pypa.io/get-pip.py" -O /dev/stdout | python3 &&
36-
|python -m pip install django==1.9.2 flask==0.10.1 pylint-flask==0.1 flask-wtf==0.12 --upgrade --ignore-installed --no-cache-dir &&
37-
|python3 -m pip install django==1.9.2 flask==0.10.1 pylint-flask==0.1 flask-wtf==0.12 --upgrade --ignore-installed --no-cache-dir &&
38-
|python -m pip install git+https://github.com/landscapeio/pylint-django@93fd04120d0690189c35b7b2eaace23117f388c5 --upgrade --ignore-installed --no-cache-dir &&
39-
|python3 -m pip install git+https://github.com/landscapeio/pylint-django@93fd04120d0690189c35b7b2eaace23117f388c5 --upgrade --ignore-installed --no-cache-dir &&
36+
|python -m pip install django==1.9.2 pylint-django==0.9.0 flask==0.10.1 pylint-flask==0.1 flask-wtf==0.12 --upgrade --ignore-installed --no-cache-dir &&
37+
|python3 -m pip install django==1.9.2 pylint-django==0.9.0 flask==0.10.1 pylint-flask==0.1 flask-wtf==0.12 --upgrade --ignore-installed --no-cache-dir &&
4038
|python -m pip install pylint-common==0.2.2 &&
4139
|python3 -m pip install pylint-common==0.2.2 &&
4240
|python -m pip install pylint-celery==0.3 &&
4341
|python3 -m pip install pylint-celery==0.3 &&
4442
|python -m pip install SaltPyLint==2017.12.15 &&
4543
|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 &&
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 &&
4846
|python -m pip uninstall -y pip &&
4947
|python3 -m pip uninstall -y pip &&
5048
|apk del wget ca-certificates git &&

0 commit comments

Comments
 (0)