mirror of
https://github.com/docker/compose.git
synced 2026-09-01 07:11:06 +00:00
15 lines
241 B
INI
15 lines
241 B
INI
[tox]
|
|
envlist = py26,py27,py32,py33,pypy
|
|
|
|
[testenv]
|
|
deps =
|
|
-rrequirements.txt
|
|
-rrequirements-dev.txt
|
|
commands =
|
|
nosetests {posargs}
|
|
flake8 fig
|
|
|
|
[flake8]
|
|
# ignore line-length for now
|
|
ignore = E501,E203
|
|
exclude = fig/packages/
|