Skip to content

Commit

Permalink
Fix pytest 3.x warning about setup.cfg section name
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Oct 5, 2016
1 parent 9611d1f commit 3f0f4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -5,7 +5,7 @@ universal = 1
exclude = py/docs/source/conf.py
ignore = E501

[pytest]
[tool:pytest]
addopts = -r=a
python_files = *_tests.py
testpaths = py/test

0 comments on commit 3f0f4e7

Please sign in to comment.