Skip to content

Commit

Permalink
setup.cfg: Move pytest options to pytest.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Sep 18, 2016
1 parent 17a1b83 commit 990e237
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[pytest]
norecursedirs = .git .* *.egg* old docs dist build
addopts = -rw
4 changes: 0 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 990e237

Please sign in to comment.