Implement Tox for testing (#1504)

* Get rid of `make` in favor of `poe`
This moves the tasks that were previously in Makefile, into
pyproject.toml (with all the other config)

This is also more inclusive of Windows developers since they only need
Python, and no longer have to install make separately.

* update docs
* don't make code blocks also links
* implement tox for testing
* update command to use new task runner
This commit is contained in:
Jonathan Wren 2022-06-18 11:54:28 -07:00 committed by GitHub
parent bd590213a1
commit 7dccc469b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 209 additions and 104 deletions

0
tests/__init__.py Normal file
View file