mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
17 lines
256 B
INI
17 lines
256 B
INI
[tox]
|
|
envlist = py26,py27,py32,py33,pypy
|
|
|
|
[testenv]
|
|
usedevelop=True
|
|
deps =
|
|
-rrequirements.txt
|
|
-rrequirements-dev.txt
|
|
commands =
|
|
nosetests {posargs}
|
|
flake8 fig
|
|
|
|
[flake8]
|
|
# ignore line-length for now
|
|
ignore = E501,E203
|
|
exclude = fig/packages
|