From 2d2b22ba69d4f602980823b9a77590fb33aeedc0 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sun, 3 Jul 2016 12:07:23 +0200 Subject: [PATCH] Dependency updates for tox, add typing for Python 2.6 and remove it for 3.5, because that version includes it natively. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9981cb8f..e865492f 100644 --- a/tox.ini +++ b/tox.ini @@ -16,6 +16,7 @@ commands = py.test [] [testenv:py26] deps = + typing unittest2 {[testenv]deps} [testenv:py27] @@ -33,7 +34,6 @@ deps = {[testenv]deps} [testenv:py35] deps = - typing {[testenv]deps} [testenv:cov] deps =