Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #255 from bsipocz/setup_cfg_warnings
Browse files Browse the repository at this point in the history
Setup cfg pytest settings
  • Loading branch information
bsipocz committed Jun 7, 2017
2 parents 0b0495f + 28feb52 commit 7ebcbe4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions {{ cookiecutter.package_name }}/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ all_files = 1
upload-dir = docs/_build/html
show-response = 1

[pytest]
minversion = 2.2
[tool:pytest]
minversion = 3.0
norecursedirs = build docs/_build
doctest_plus = enabled
addopts = -p no:warnings

[ah_bootstrap]
auto_use = True
Expand Down

0 comments on commit 7ebcbe4

Please sign in to comment.