From 4f271fd98ce7bfe71e31faa4c25da485992a719c Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Tue, 25 Nov 2014 09:32:10 -0800 Subject: [PATCH] Add pytest-pep8 --- pytest.ini | 2 +- test-requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index bbd083a..dd405b4 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,2 @@ [pytest] -addopts = --tb=short +addopts = --tb=short --pep8 diff --git a/test-requirements.txt b/test-requirements.txt index 47868bf..a10e005 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,4 @@ pytest pytest-capturelog +pytest-pep8 waitress