summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2016-09-18 11:10:09 +0300
committerVille Skyttä <ville.skytta@iki.fi>2016-09-18 11:23:08 +0300
commit990e237e1bc10f90947854575f0ee86ac8dec5e5 (patch)
treeeae1fe1181f3710b5185f9a6a29ffd98954f5e0c
parent17a1b838cac954fdbd8e96fde7c812fd72aba5cc (diff)
downloadflake8-990e237e1bc10f90947854575f0ee86ac8dec5e5.tar.gz
setup.cfg: Move pytest options to pytest.ini
https://github.com/pytest-dev/pytest/issues/567
-rw-r--r--pytest.ini3
-rw-r--r--setup.cfg4
2 files changed, 3 insertions, 4 deletions
diff --git a/pytest.ini b/pytest.ini
new file mode 100644
index 0000000..39a29fe
--- /dev/null
+++ b/pytest.ini
@@ -0,0 +1,3 @@
+[pytest]
+norecursedirs = .git .* *.egg* old docs dist build
+addopts = -rw
diff --git a/setup.cfg b/setup.cfg
index 218ddcc..8d84284 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -11,7 +11,3 @@ requires-dist =
pyflakes >= 0.8.1, != 1.2.0, != 1.2.1, != 1.2.2, < 1.3.0
pycodestyle >= 2.0.0, < 2.1.0
mccabe >= 0.5.0, < 0.6.0
-
-[pytest]
-norecursedirs = .git .* *.egg* old docs dist build
-addopts = -rw