Skip to content

Commit

Permalink
setup: drop test command
Browse files Browse the repository at this point in the history
  • Loading branch information
hattya committed Mar 23, 2024
1 parent 0a47f7c commit 642db98
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 42 deletions.
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[sdist]
formats = zip
group = users

[flake8]
Expand Down
40 changes: 0 additions & 40 deletions setup.py

This file was deleted.

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deps =
commands =
# test
coverage erase
coverage run --source=ayame setup.py test {posargs:--quiet}
coverage run --source=ayame -m unittest discover -s tests {posargs}
coverage report
# lint
flake8

0 comments on commit 642db98

Please sign in to comment.