Skip to content

Commit

Permalink
update setup.cfg to use tool:pytest
Browse files Browse the repository at this point in the history
instead of [pytest]. The update was suggested by Travis CI
  • Loading branch information
breznak committed Jan 23, 2018
1 parent ea3e44a commit e0e4234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
[build_ext]
inplace=1

[pytest]
[tool:pytest]
# NOTE the ci builds rely on these settings
addopts =
--verbose
Expand Down

0 comments on commit e0e4234

Please sign in to comment.