Bump readme, tox.ini

This commit is contained in:
David Wolever
2016-10-07 11:44:06 -04:00
parent 5c18c7185b
commit 2244a23993
2 changed files with 9 additions and 1 deletions

View File

@@ -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
-------------

View File

@@ -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=