Skip to content

Commit

Permalink
Move pytest configuration to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Jun 16, 2021
1 parent 6f0bd14 commit 815a8eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pytest.ini

This file was deleted.

3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ testing =
numpy
all =
%(testing)s

[tool:pytest]
testpaths = test/python

0 comments on commit 815a8eb

Please sign in to comment.