Skip to content

Commit

Permalink
tests: remove tox setting
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar committed Nov 15, 2021
1 parent 4c9fdd0 commit db4c586
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 19 deletions.
8 changes: 7 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
include CONTRIBUTING.md HISTORY.md README.rst LICENSE tox.ini
include CONTRIBUTING.md HISTORY.md README.rst LICENSE pytest.ini
include tests/unit_tests.py
graft tests/cache/

recursive-exclude * __pycache__
recursive-exclude * *.py[co]

recursive-include conf.py Makefile make.bat *.jpg *.png *.gif
recursive-include docs *.rst
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pytest]
python_files = tests/*test*.py
18 changes: 0 additions & 18 deletions tox.ini

This file was deleted.

0 comments on commit db4c586

Please sign in to comment.