Merge branch 'master' of github.com:wolever/nose-parameterized
diff --git a/README.rst b/README.rst
index 74935f2..585dcb5 100644
--- a/README.rst
+++ b/README.rst
@@ -87,6 +87,14 @@
 (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=