Use pycodestyle instead of pep8 for testing, to address #570

This commit is contained in:
Garret Wassermann 2017-12-06 01:27:02 -05:00
parent dffab1bb6a
commit 2290be4e1b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,5 +1,5 @@
pysocks pysocks
pep8 pycodestyle
codecov codecov
coverage coverage
argparse argparse