From 9a94bb4a90222aab1fb156e1430e63ef6f2c2680 Mon Sep 17 00:00:00 2001 From: Alexey Lavrenuke Date: Tue, 15 Mar 2016 21:08:37 +0300 Subject: [PATCH] pytest ini --- pytest.ini | 2 ++ setup.cfg | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..afe9a71 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +norecursedirs = build dist .eggs .tox diff --git a/setup.cfg b/setup.cfg index 0527324..b7e4789 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,2 @@ [aliases] test=pytest - -[pytest] -norecursedirs = build dist .eggs .tox