diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-14 18:56:12 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-10-14 18:56:12 -0400 |
commit | 8810250b5ad5df929b0d4db37d676e6f494cbda5 (patch) | |
tree | febde28bbf91b80b0ac7800ba6fa7b3abaaca286 /docs | |
parent | 7edbffcc92c89b96f37e9e007e0f7f9490c49232 (diff) | |
download | external_python_setuptools-8810250b5ad5df929b0d4db37d676e6f494cbda5.tar.gz external_python_setuptools-8810250b5ad5df929b0d4db37d676e6f494cbda5.tar.bz2 external_python_setuptools-8810250b5ad5df929b0d4db37d676e6f494cbda5.zip |
Run tests with tox
Diffstat (limited to 'docs')
-rw-r--r-- | docs/developer-guide.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt index 70e7f1cd..c8f51b02 100644 --- a/docs/developer-guide.txt +++ b/docs/developer-guide.txt @@ -89,12 +89,10 @@ For posterity, the old `Bitbucket mirror Testing ------- -The primary tests are run using py.test. To run the tests:: +The primary tests are run using tox. To run the tests, first make +sure you have tox installed, then invoke it:: - $ python setup.py test - -Or install py.test into your environment and run ``PYTHONPATH=. py.test`` -or ``python -m pytest``. + $ tox Under continuous integration, additional tests may be run. See the ``.travis.yml`` file for full details on the tests run under Travis-CI. |