summaryrefslogtreecommitdiff
path: root/psutil/tests/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'psutil/tests/README.rst')
-rw-r--r--psutil/tests/README.rst15
1 files changed, 3 insertions, 12 deletions
diff --git a/psutil/tests/README.rst b/psutil/tests/README.rst
index b647d513..9dca1186 100644
--- a/psutil/tests/README.rst
+++ b/psutil/tests/README.rst
@@ -4,20 +4,11 @@ Instructions for running tests
* There are two ways of running tests. As a "user", if psutil is already
installed and you just want to test it works::
- python -m psutil.tests --install-deps # install test deps
python -m psutil.tests
As a "developer", if you have a copy of the source code and you wish to hack
on psutil::
- make setup-dev-env # install test deps (+ other things)
- make test
-
-* To run tests on all supported Python versions install tox
- (``pip install tox``) then run ``tox`` from within psutil root directory.
-
-* Every time a commit is pushed tests are automatically run on Travis
- (Linux, MACOS) and appveyor (Windows):
-
- * Travis builds: https://travis-ci.org/giampaolo/psutil
- * AppVeyor builds: https://ci.appveyor.com/project/giampaolo/psutil
+ make setup-dev-env # install missing third-party deps
+ make test # serial run
+ make test-parallel # parallel run