tox: Make sure mock is installed in the py32 env

This commit is contained in:
Jonas Borgström 2014-03-10 22:05:23 +01:00
parent fe9e2e3303
commit 8101017c1f
1 changed files with 3 additions and 0 deletions

View File

@ -5,3 +5,6 @@ envlist = py32, py33
# Change dir to avoid import problem # Change dir to avoid import problem
changedir = docs changedir = docs
commands = {envpython} -m attic.testsuite.run -bv [] commands = {envpython} -m attic.testsuite.run -bv []
[testenv:py32]
deps = mock