aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2015-03-29 06:53:48 -0400
committerTim Harder <radhermit@gmail.com>2015-03-29 06:53:48 -0400
commit1dc0cf1e8020f536a09d287338d1fe5e4b412912 (patch)
treefe30a7c277d4dc2db1c1e0d66ccaf65a6891425c /README.rst
parenttravis-ci: more env fixing (diff)
downloadpkgcore-1dc0cf1e8020f536a09d287338d1fe5e4b412912.tar.gz
pkgcore-1dc0cf1e8020f536a09d287338d1fe5e4b412912.tar.bz2
pkgcore-1dc0cf1e8020f536a09d287338d1fe5e4b412912.zip
replace trial test info with tox in the readme
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index a6eaf36b2..5a72f2f77 100644
--- a/README.rst
+++ b/README.rst
@@ -65,13 +65,13 @@ A standalone test runner is integrated in setup.py; to run, just execute::
python setup.py test
-Aside from that, our runner of choice is twisted's trial; ran via::
+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::
- trial pkgcore
-
-If you're doing development, trial is significantly friendlier; the standalone
-runner is designed to be mainly used for installations of pkgcore, where all
-tests must pass, else installation is aborted.
+ tox -e py27
Installing