add the typing module for testing

This commit is contained in:
Claude
2016-01-01 13:40:14 +01:00
parent 1b787e2a11
commit 9d7e1ce81b

View File

@@ -8,6 +8,8 @@ deps =
docopt
# coloroma for colored debug output
colorama
# for testing the typing module
typing
setenv =
# https://github.com/tomchristie/django-rest-framework/issues/1957
# tox corrupts __pycache__, solution from here: