summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2016-03-29 17:06:36 -0700
committerJoffrey F <joffrey@docker.com>2016-03-29 17:06:36 -0700
commitb0e234eb0cf716c705f416534d39a91a06226233 (patch)
tree84a00acea9a462b345dea501a13ec6eb66b4ca66 /tox.ini
parent01cf62b4a3563b827ec0ba70340ad5f062c88d68 (diff)
downloaddocker-py-b0e234eb0cf716c705f416534d39a91a06226233.tar.gz
Add py2-ipaddress dependency for python 2.x
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 40e46fa..483c3ae 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,8 @@ commands =
py.test --cov=docker {posargs:tests/unit}
deps =
-r{toxinidir}/test-requirements.txt
- -r{toxinidir}/requirements.txt
+ {py26,py27}: -r{toxinidir}/requirements.txt
+ {py33,py34}: -r{toxinidir}/requirements3.txt
[testenv:flake8]
commands = flake8 docker tests