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

Commit

Permalink
Move Pytest config from setup.cfg to pytest.ini (#228)
Browse files Browse the repository at this point in the history
As per pytest-dev/pytest#3375 , mentioned in changelog for 4.1.1
  • Loading branch information
adamchainz committed Jan 25, 2019
1 parent 2ecbf80 commit e8c295f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions pytest.ini
@@ -0,0 +1,5 @@
[pytest]
addopts = -p no:doctest
--cov=gargoyle
--cov-report term-missing
--cov-fail-under 80
6 changes: 0 additions & 6 deletions setup.cfg
Expand Up @@ -24,9 +24,3 @@ paths = gargoyle
runtests.py
setup.py
tests

[tool:pytest]
addopts = -p no:doctest
--cov=gargoyle
--cov-report term-missing
--cov-fail-under 80

0 comments on commit e8c295f

Please sign in to comment.