Skip to content

Commit

Permalink
MAINT: Remove references to tox in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Sep 29, 2022
1 parent 7f3f68f commit f667c76
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ help:
@echo "clean-test - remove test and coverage artifacts"
@echo "lint - check style with flake8"
@echo "test - run tests quickly with the default Python"
@echo "test-all - run tests on every Python version with tox"
@echo "coverage - check code coverage quickly with the default Python"
@echo "docs - generate Sphinx HTML documentation, including API docs"
@echo "release - package and upload a release"
Expand All @@ -32,7 +31,6 @@ clean-pyc:
find . -name '__pycache__' -exec rm -fr {} +

clean-test:
rm -fr .tox/
rm -f .coverage
rm -f coverage.xml
rm -fr htmlcov/
Expand All @@ -48,9 +46,6 @@ test: clean-test
visualize-tests:
python tools/visualize_tests.py

test-all:
tox

coverage:
coverage report -m
coverage html
Expand Down

0 comments on commit f667c76

Please sign in to comment.