We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d11be commit 2b498afCopy full SHA for 2b498af
Makefile
@@ -69,7 +69,7 @@ build: clean-build ## Builds source and wheel package
69
release: ## Package and upload a release
70
twine upload dist/*
71
72
-test: clean-build lint ## Run tests quickly with the default Python
+test: clean-build ## Run tests quickly with the default Python
73
./tests/run.py
74
75
test-coverage: ## Check code coverage quickly with the default Python
0 commit comments