From 7008630e9a81def7b5c2f3abaf31cff78851e3ac Mon Sep 17 00:00:00 2001 From: gryf Date: Thu, 31 Oct 2019 19:08:38 +0100 Subject: [PATCH] Added requests as a dependency for tests. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index a09de76..baf4d58 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,7 @@ envlist = py36,py37,flake8 [testenv] usedevelop=True +deps = requests commands = python setup.py test [testenv:flake8]