more info about running tests without tox
This commit is contained in:
parent
1f20dd61d0
commit
3e856f14e2
1 changed files with 8 additions and 0 deletions
|
@ -125,4 +125,12 @@ Before contributing a pull request, make sure tests pass::
|
||||||
pip install tox
|
pip install tox
|
||||||
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>`_!
|
Many thanks to all `contributors <https://github.com/wakatime/wakatime/blob/master/AUTHORS>`_!
|
||||||
|
|
Loading…
Reference in a new issue