From 0791b6a3f2c4b04ba5a3be3ebcd78af069ae547e Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Mon, 2 May 2016 16:50:59 +1000 Subject: [PATCH] README tweaks --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6546384..a8dfd6d 100644 --- a/README.rst +++ b/README.rst @@ -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 `_::