more info about running tests without tox

This commit is contained in:
Alan Hamlett 2016-08-31 11:23:32 +02:00
parent 1f20dd61d0
commit 3e856f14e2
1 changed files with 8 additions and 0 deletions

View File

@ -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 <https://github.com/wakatime/wakatime/blob/master/AUTHORS>`_!