mirror of
https://github.com/jazzband/contextlib2.git
synced 2026-03-16 21:50:24 +00:00
README tweaks
This commit is contained in:
parent
911b459522
commit
0791b6a3f2
1 changed files with 3 additions and 2 deletions
|
|
@ -21,9 +21,10 @@ enhancements to the standard library version.
|
|||
Development
|
||||
-----------
|
||||
|
||||
contextlib2 currently has no dependencies.
|
||||
contextlib2 has no runtime dependencies, but requires ``unittest2`` for testing
|
||||
on Python 2.x.
|
||||
|
||||
Local testing is currently just a matter of running ``python test_contextlib2.py``.
|
||||
Local testing is just a matter of running ``python test_contextlib2.py``.
|
||||
|
||||
You can test against multiple versions of Python with
|
||||
`tox <https://tox.testrun.org/>`_::
|
||||
|
|
|
|||
Loading…
Reference in a new issue