From 614d95f40c9e477c371b3d52424685824d2c920a Mon Sep 17 00:00:00 2001 From: Alexandre Andrade Date: Mon, 21 Mar 2016 12:41:56 -0300 Subject: [PATCH] Fixing pytest-runner execution: It doesn't work with options on setup.cfg file. * https://github.com/pytest-dev/pytest-runner/issues/7 * https://github.com/pytest-dev/pytest/issues/567 --- setup.cfg => pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename setup.cfg => pytest.ini (79%) diff --git a/setup.cfg b/pytest.ini similarity index 79% rename from setup.cfg rename to pytest.ini index f09dd2e..2d19143 100644 --- a/setup.cfg +++ b/pytest.ini @@ -1,4 +1,4 @@ [pytest] pep8maxlinelength = 100 -pep8ignore = +pep8ignore = docs/conf.py ALL