summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorINADA Naoki <inada-n@klab.com>2014-07-28 14:36:17 +0900
committerINADA Naoki <inada-n@klab.com>2014-07-28 14:36:17 +0900
commitf14c35111ae9329709b3df62308940371c8d37d1 (patch)
tree8a626ee2c6629588f31e4a8a8d7f761165a03562 /tox.ini
parent94f1e03a4fea0b7b1ff97869a85ad063ad551ae3 (diff)
downloadboto-f14c35111ae9329709b3df62308940371c8d37d1.tar.gz
Remove mock from Python 3 requirements.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index c61b64c6..0b46af64 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,6 +10,7 @@ skipsdist = True
deps =
unittest2
ordereddict
+ mock==1.0.1
-rrequirements.txt
# Some tests expect specific ordering, so we set the hash
# seed for Python 2.x until all tests are updated for Python 3.
@@ -20,6 +21,9 @@ setenv =
PYTHONHASHSEED = 0
[testenv:py27]
+deps =
+ mock==1.0.1
+ -rrequirements.txt
# See comment above in py26 about hash seed.
setenv =
PYTHONHASHSEED = 0