Skip to content

Commit

Permalink
Fix pytest-runner not understanding 'norecursedirs'
Browse files Browse the repository at this point in the history
  • Loading branch information
James R. Barlow committed Feb 16, 2016
1 parent 35b1ca2 commit edd2185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pytest]
norecursedirs = lib
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
[bdist_wheel]
python-tag = py34
[pytest]
norecursedirs = lib
[aliases]
test=pytest

0 comments on commit edd2185

Please sign in to comment.