From 2244a23993d1c1db1f26766b0c672d595ad4237b Mon Sep 17 00:00:00 2001 From: David Wolever Date: Fri, 7 Oct 2016 11:44:06 -0400 Subject: [PATCH] Bump readme, tox.ini --- README.rst | 8 ++++++++ tox.ini | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 74935f2..585dcb5 100644 --- a/README.rst +++ b/README.rst @@ -87,6 +87,14 @@ With unittest (and unittest2):: (note: because unittest does not support test decorators, only tests created with ``@parameterized.expand`` will be executed) +Installation +------------ + +:: + + $ pip install nose-parameterized + + Compatibility ------------- diff --git a/tox.ini b/tox.ini index 1bb9054..4a9fd93 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=py{26,27,33,py}-{nose,nose2,pytest,unit,unit2} +envlist=py{26,27,33,35,py}-{nose,nose2,pytest,unit,unit2} [testenv] deps=