diff --git a/Makefile b/Makefile deleted file mode 100644 index af72c983..00000000 --- a/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -.PHONY: docs test clean fix - -test: - tox -e py-dj42-sqlite_file - -docs: - tox -e docs - -fix: - ruff check --fix pytest_django pytest_django_test tests - -clean: - rm -rf bin include/ lib/ man/ pytest_django.egg-info/ build/