Remove tox

This commit is contained in:
Dave Halter
2020-07-24 02:25:02 +02:00
parent 1a99fdd333
commit 5dd4301235
6 changed files with 16 additions and 31 deletions

View File

@@ -21,18 +21,18 @@ The deprecation process is as follows:
Testing
-------
The test suite depends on ``tox`` and ``pytest``::
The test suite depends on ``pytest``::
pip install tox pytest
pip install pytest
To run the tests for all supported Python versions::
To run the tests use the following::
tox
pytest
If you want to test only a specific Python version (e.g. Python 3.9), it's as
easy as::
tox -e py39
python3.9 -m pytest
Tests are also run automatically on `Travis CI
<https://travis-ci.org/davidhalter/parso/>`_.