mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-05-18 12:01:11 +00:00
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:
commit
e8d0ae4c59
1 changed files with 6 additions and 1 deletions
|
|
@ -10,7 +10,12 @@ Development
|
||||||
|
|
||||||
contextlib2 currently has no dependencies.
|
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
|
Continuous integration
|
||||||
----------------------
|
----------------------
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue