diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2016-09-18 11:10:09 +0300 |
|---|---|---|
| committer | Ville Skyttä <ville.skytta@iki.fi> | 2016-09-18 11:23:08 +0300 |
| commit | 990e237e1bc10f90947854575f0ee86ac8dec5e5 (patch) | |
| tree | eae1fe1181f3710b5185f9a6a29ffd98954f5e0c | |
| parent | 17a1b838cac954fdbd8e96fde7c812fd72aba5cc (diff) | |
| download | flake8-990e237e1bc10f90947854575f0ee86ac8dec5e5.tar.gz | |
setup.cfg: Move pytest options to pytest.ini
https://github.com/pytest-dev/pytest/issues/567
| -rw-r--r-- | pytest.ini | 3 | ||||
| -rw-r--r-- | setup.cfg | 4 |
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 @@ -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 |
