From 259b5fa06bb83c8d9cbb53e43efd18ac9a9730f4 Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 25 Jul 2016 09:37:02 -0300 Subject: [test] remove pep8 from tox config --- testing/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/tox.ini') diff --git a/testing/tox.ini b/testing/tox.ini index caeb52c1..c3126cf2 100644 --- a/testing/tox.ini +++ b/testing/tox.ini @@ -2,7 +2,7 @@ envlist = py27 [testenv] -commands = py.test --pep8 {posargs} +commands = py.test {posargs} changedir = tests deps = pytest -- cgit v1.2.3