Skip to content

Commit

Permalink
exclude Sphinx config
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed Jun 8, 2017
1 parent 39071c7 commit 678b118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -7,7 +7,7 @@ universal = 1
[tool:pytest]
testpaths = README.rst docs graphviz tests
addopts =
--doctest-modules --doctest-glob='*.rst'
--doctest-modules --doctest-glob='*.rst' --ignore=docs/conf.py
--cov=graphviz --cov-report=term --cov-report=html:cover
mock_use_standalone_module = true

Expand Down

0 comments on commit 678b118

Please sign in to comment.