diff options
author | Joffrey F <joffrey@docker.com> | 2016-03-29 17:06:36 -0700 |
---|---|---|
committer | Joffrey F <joffrey@docker.com> | 2016-03-29 17:06:36 -0700 |
commit | b0e234eb0cf716c705f416534d39a91a06226233 (patch) | |
tree | 84a00acea9a462b345dea501a13ec6eb66b4ca66 /tox.ini | |
parent | 01cf62b4a3563b827ec0ba70340ad5f062c88d68 (diff) | |
download | docker-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.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |