ci(minor): re-enable pylint

This commit is contained in:
Langhammer, Jens 2019-10-10 17:22:56 +02:00
parent 7718b3b3b8
commit c782585287
4 changed files with 10 additions and 12 deletions

View File

@ -70,13 +70,13 @@ migrations:
# services: # services:
# - postgres:latest # - postgres:latest
# - redis:latest # - redis:latest
# pylint: pylint:
# script: script:
# - pylint passbook - pylint passbook
# stage: test stage: test
# services: services:
# - postgres:latest - postgres:latest
# - redis:latest - redis:latest
coverage: coverage:
script: script:
- coverage run manage.py test - coverage run manage.py test

View File

@ -41,12 +41,11 @@ pyuwsgi = "*"
python_version = "3.7" python_version = "3.7"
[dev-packages] [dev-packages]
astroid = "==2.2.5"
coverage = "*" coverage = "*"
isort = "*" isort = "*"
pylint = "==2.3.1" pylint = "==2.3.1"
pylint-django = "==2.0.10" pylint-django = "*"
prospector = "==1.1.7" prospector = "*"
django-debug-toolbar = "*" django-debug-toolbar = "*"
bumpversion = "*" bumpversion = "*"
unittest-xml-reporting = "*" unittest-xml-reporting = "*"

3
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "1f0a33bfd6eeb5d7dcc9b734eaf7250f84e84ff1b6e7f6fd0483ecf11fef4537" "sha256": "94b3d5140f0c31dac1fc77af75a0df30ae4fb0571bf6b7fcd722487c63dc1872"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
@ -767,7 +767,6 @@
"sha256:6560e1e1749f68c64a4b5dee4e091fce798d2f0d84ebe638cf0e0585a343acf4", "sha256:6560e1e1749f68c64a4b5dee4e091fce798d2f0d84ebe638cf0e0585a343acf4",
"sha256:b65db1bbaac9f9f4d190199bb8680af6f6f84fd3769a5ea883df8a91fe68b4c4" "sha256:b65db1bbaac9f9f4d190199bb8680af6f6f84fd3769a5ea883df8a91fe68b4c4"
], ],
"index": "pypi",
"version": "==2.2.5" "version": "==2.2.5"
}, },
"autopep8": { "autopep8": {

View File