diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 17 |
1 files changed, 1 insertions, 16 deletions
@@ -37,22 +37,7 @@ Installing from git:: Installing from a tarball:: - python setup.py install - -Tests -===== - -A standalone test runner is integrated in setup.py:: - - python setup.py test - -In addition, a tox config is provided so the testsuite can be run in a -virtualenv setup against all supported python versions. To run tests for all -environments just execute **tox** in the root directory of a repo or unpacked -tarball. Otherwise, for a specific python version execute something similar to -the following:: - - tox -e py39 + pip install . .. _pkgcheck: https://github.com/pkgcore/pkgcheck |