From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Tue, 21 Aug 2018 19:48:23 +0200
Subject: Remove PEP8 and flakes options from pytest call.

---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 260edd9..7c0677e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,6 +2,6 @@
 universal = 1
 
 [tool:pytest]
-addopts = -vs --tb=short --pep8 --flakes
+addopts = -vs --tb=short
 
 DJANGO_SETTINGS_MODULE = csp.tests.settings
