Switch to tox for tests (#73)

This commit is contained in:
AlexVonB
2022-08-28 21:40:52 +02:00
committed by GitHub
parent 17d8586843
commit 6263f0e5f0
6 changed files with 18 additions and 71 deletions

View File

@@ -186,10 +186,4 @@ They are the same as listed above and take the same arguments.
Development
===========
To run tests:
``python setup.py test``
To lint:
``python setup.py lint``
To run tests and the linter run ``pip install tox`` once, then ``tox``.