mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Add tox instructions in README
Also, remove py33 from tox envlist
This commit is contained in:
parent
abb1345c49
commit
b9874cc7ed
14
README.md
14
README.md
@ -134,6 +134,18 @@ You can also package dupeGuru into an installable package with:
|
|||||||
|
|
||||||
$ python package.py
|
$ python package.py
|
||||||
|
|
||||||
|
# Running tests
|
||||||
|
|
||||||
|
The complete test suite is ran with [Tox 1.7+][tox]. If you have it installed system-wide, you
|
||||||
|
don't even need to set up a virtualenv. Just `cd` into the root project folder and run `tox`.
|
||||||
|
|
||||||
|
If you don't have Tox system-wide, install it in your virtualenv with `pip install tox` and then
|
||||||
|
run `tox`.
|
||||||
|
|
||||||
|
You can also run automated tests without Tox. Extra requirements for running tests are in
|
||||||
|
`requirements-extra.txt`. So, you can do `pip install -r requirements-extra.txt` inside your
|
||||||
|
virtualenv and then `py.test core hscommon`
|
||||||
|
|
||||||
[dupeguru]: http://www.hardcoded.net/dupeguru/
|
[dupeguru]: http://www.hardcoded.net/dupeguru/
|
||||||
[cross-toolkit]: http://www.hardcoded.net/articles/cross-toolkit-software
|
[cross-toolkit]: http://www.hardcoded.net/articles/cross-toolkit-software
|
||||||
[contrib-issue]: https://github.com/hsoft/dupeguru/issues/300
|
[contrib-issue]: https://github.com/hsoft/dupeguru/issues/300
|
||||||
@ -145,3 +157,5 @@ You can also package dupeGuru into an installable package with:
|
|||||||
[cxfreeze]: http://cx-freeze.sourceforge.net/
|
[cxfreeze]: http://cx-freeze.sourceforge.net/
|
||||||
[advinst]: http://www.advancedinstaller.com
|
[advinst]: http://www.advancedinstaller.com
|
||||||
[pyenv]: https://github.com/yyuu/pyenv
|
[pyenv]: https://github.com/yyuu/pyenv
|
||||||
|
[tox]: https://tox.readthedocs.org/en/latest/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user