From 60b192403bb88fe4559d220c4962dcca7fccdc9d Mon Sep 17 00:00:00 2001 From: gryf Date: Tue, 20 Dec 2016 20:01:46 +0100 Subject: [PATCH] Added mock as test dependency to Python2 environment --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index b0a2c4c..da7db51 100644 --- a/tox.ini +++ b/tox.ini @@ -9,6 +9,10 @@ setenv = COVERAGE_FILE = .coverage commands = py.test --cov=fs_uae_wrapper --cov-report=term-missing deps = -r{toxinidir}/test-requirements.txt +[testenv:py27] +deps = {[testenv]deps} + mock + [testenv:py34-flake8] basepython = python3.4 deps = flake8