Merged in msabramo/contextlib2/README_link_to_stdlib_contextlib (pull request #5)

README.md: Link to docs for stdlib contextlib
This commit is contained in:
Nick Coghlan 2015-09-16 16:48:34 +10:00
commit e8d0ae4c59

View file

@ -10,7 +10,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
----------------------