From 41eaa2b001c8ada2efbd2dff06a740488259d131 Mon Sep 17 00:00:00 2001 From: Filip Valder Date: Thu, 30 Mar 2017 14:23:17 +0200 Subject: [PATCH] include all other deps from test-requirements --- tox.ini | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e6b6fb78..80e6df06 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,12 @@ envlist = py27, coverage, flake8, bandit [testenv] sitepackages = True install_command = pip install --force-reinstall --ignore-installed {packages} -deps = pytest +deps = + copr + mock + nose + pytest + vcrpy commands = py.test [testenv:coverage]