Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 320 Bytes

File metadata and controls

18 lines (10 loc) · 320 Bytes

How to run tests

To install tox:

$ python -m pip install tox

To run all tests:

$ python -m tox

If you want to run the tests across a single version of Python:

$ python -m tox -e <version>

where version is either py38 or py39.