mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-25 09:23:39 +01:00
Use pycodestyle instead of pep8 for testing, to address #570
This commit is contained in:
parent
dffab1bb6a
commit
2290be4e1b
@ -15,7 +15,7 @@ install:
|
|||||||
- pip install -q -r requirements-testing.txt
|
- pip install -q -r requirements-testing.txt
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- "pep8 --exclude=migrations --ignore=E501 helpdesk"
|
- "pycodestyle --exclude=migrations --ignore=E501 helpdesk"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- coverage run --source='.' quicktest.py helpdesk
|
- coverage run --source='.' quicktest.py helpdesk
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
pysocks
|
pysocks
|
||||||
pep8
|
pycodestyle
|
||||||
codecov
|
codecov
|
||||||
coverage
|
coverage
|
||||||
argparse
|
argparse
|
||||||
|
Loading…
Reference in New Issue
Block a user