Typing after all cannot be used in Python 2.6, therefore remove it again and disable the tests for 2.6 that need it.

This commit is contained in:
Dave Halter
2016-07-03 12:10:19 +02:00
parent 2d2b22ba69
commit 1ba226d4a2
2 changed files with 4 additions and 1 deletions

View File

@@ -16,7 +16,6 @@ commands =
py.test []
[testenv:py26]
deps =
typing
unittest2
{[testenv]deps}
[testenv:py27]