diff --git a/.travis.yml b/.travis.yml index c97dff58..84a575a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/requirements-testing.txt b/requirements-testing.txt index 82755fa9..db93a92f 100644 --- a/requirements-testing.txt +++ b/requirements-testing.txt @@ -1,5 +1,5 @@ pysocks -pep8 +pycodestyle codecov coverage argparse