Add tox for running tests on python 3.8.
This commit is contained in:
parent
2249917494
commit
15a39bb8a0
5 changed files with 125 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -35,3 +35,7 @@ pre-commit: ## Checks to run before each commit
|
|||
poetry run isort src tests --check
|
||||
poetry run black src tests --check
|
||||
poetry run flake8 src tests
|
||||
|
||||
.PHONY: tox
|
||||
tox: ## Run tests via tox
|
||||
poetry run tox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue