1
0
mirror of https://github.com/docker/compose.git synced 2025-04-08 17:05:13 +02:00

Merge pull request from aanand/pytest-ini

Add pytest.ini
This commit is contained in:
Daniel Nephin 2016-02-08 14:19:40 -05:00
commit 859cc2348c

@ -15,7 +15,7 @@ deps =
-rrequirements.txt
-rrequirements-dev.txt
commands =
py.test -v -rxs \
py.test -v \
--cov=compose \
--cov-report html \
--cov-report term \
@ -47,3 +47,6 @@ max-line-length = 140
# Set this high for now
max-complexity = 12
exclude = compose/packages
[pytest]
addopts = --tb=short -rxs