The Wayback Machine - https://web.archive.org/web/20201229112233/https://github.com/docker/docker-py/blob/master/tox.ini
Skip to content
Permalink
master
Go to file
 
 
Cannot retrieve contributors at this time
16 lines (14 sloc) 336 Bytes
[tox]
envlist = py27, py35, py36, py37, flake8
skipsdist=True
[testenv]
usedevelop=True
commands =
py.test -v --cov=docker {posargs:tests/unit}
deps =
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
[testenv:flake8]
commands = flake8 docker tests setup.py
deps =
-r{toxinidir}/test-requirements.txt
You can’t perform that action at this time.