From 3e856f14e2033d92878466c5248d720be312837f Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 31 Aug 2016 11:23:32 +0200 Subject: [PATCH] more info about running tests without tox --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 10dc81c..a79ba16 100644 --- a/README.rst +++ b/README.rst @@ -125,4 +125,12 @@ Before contributing a pull request, make sure tests pass:: pip install tox tox +The above will run tests on all Python versions available on your machine. +To just run tests on a single Python version:: + + virtualenv venv + . venv/bin/activate + pip install -r dev-requirements.txt + nosetests + Many thanks to all `contributors `_!