From 6b3b6b7dc8f91cb090ea01180ad174885f9f4cbb Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Sun, 6 Jan 2019 20:05:36 +0000 Subject: [PATCH] fix travis py26 CI --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 60517e2c..f4e4e4c8 100644 --- a/tox.ini +++ b/tox.ini @@ -48,6 +48,7 @@ deps = coverage coveralls==1.2.0 pycparser==2.18 + idna==2.7 commands = {[coverage]commands} [testenv:pypy]