From 2713b649c48233f5f6a377cd771fba24c5468eac Mon Sep 17 00:00:00 2001 From: Peter Dahlberg Date: Sun, 10 Jan 2016 03:19:16 +0100 Subject: [PATCH] tox.ini: add dnspython, pyasn1, pyasn1-modules --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index cae51e3..a527881 100644 --- a/tox.ini +++ b/tox.ini @@ -15,6 +15,9 @@ deps=nose configobj requests lxml + dnspython + pyasn1 + pyasn1-modules commands= test: nosetests [] # substitute with tox' positional arguments