1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
From e7f7e6fd01c9bfad939c5fb02714491041deb084 Mon Sep 17 00:00:00 2001
From: Ondrej Koblizek <ondrej.koblizek@firma.seznam.cz>
Date: Fri, 27 May 2016 16:38:02 +0200
Subject: Removed PEP8 py.test plugin
---
tox.ini | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tox.ini b/tox.ini
index 562e09a..2a64b43 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,4 +15,4 @@ commands =
coverage html -d htmlcov
[pytest]
-addopts = --pylint --pep8
+addopts = --pylint
|