From 2290be4e1bcf3bdada9d1a0b13cdf391ee98f790 Mon Sep 17 00:00:00 2001 From: Garret Wassermann Date: Wed, 6 Dec 2017 01:27:02 -0500 Subject: [PATCH] Use pycodestyle instead of pep8 for testing, to address #570 --- .travis.yml | 2 +- requirements-testing.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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