From 9d7e1ce81b9e24fb1a05c3dbc4fa43ed70fdc69c Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 1 Jan 2016 13:40:14 +0100 Subject: [PATCH] add the typing module for testing --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 526092fc..1229d735 100644 --- a/tox.ini +++ b/tox.ini @@ -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: