Merged in msabramo/contextlib2/README_mention_tox (pull request #4)

README.md: Mention tox
This commit is contained in:
Nick Coghlan 2015-09-16 16:48:10 +10:00
commit 5d298e6a33

View file

@ -7,7 +7,12 @@ Development
contextlib2 currently has no dependencies.
Local testing is currently just a matter of running "python test_contextlib2.py"
Local testing is currently just a matter of running `python test_contextlib2.py`.
You can test against multiple versions of Python with [tox](http://tox.testrun.org/)):
pip install tox
tox
Continuous integration
----------------------