README tweaks

This commit is contained in:
Nick Coghlan 2016-05-02 16:50:59 +10:00
parent 911b459522
commit 0791b6a3f2

View file

@ -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/>`_::