forked from extern/django-helpdesk
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
|
||||
|
||||
before_script:
|
||||
- "pep8 --exclude=migrations --ignore=E501 helpdesk"
|
||||
- "pycodestyle --exclude=migrations --ignore=E501 helpdesk"
|
||||
|
||||
script:
|
||||
- coverage run --source='.' quicktest.py helpdesk
|
||||
|
@ -1,5 +1,5 @@
|
||||
pysocks
|
||||
pep8
|
||||
pycodestyle
|
||||
codecov
|
||||
coverage
|
||||
argparse
|
||||
|
Loading…
Reference in New Issue
Block a user