소스 검색

tox: Make sure mock is installed in the py32 env

Jonas Borgström 11 년 전
부모
커밋
8101017c1f
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      tox.ini

+ 3 - 0
tox.ini

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