15 lines
256 B
INI
15 lines
256 B
INI
[tox]
|
|
minversion = 1.6
|
|
|
|
[docker]
|
|
images = foo,bar
|
|
|
|
[testenv]
|
|
commands = foobar
|
|
deps = -r{toxinidir}/requirements.txt
|
|
-r{toxinidir}/test-requirements.txt
|
|
install_command = pip install -U {opts} {packages}
|
|
|
|
[testenv2]
|
|
commands = foobar {posargs} blah
|