mirror of https://github.com/docker/compose.git
Add pytest section to tox.ini
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
422ff623b4
commit
8acb5e17e8
5
tox.ini
5
tox.ini
|
@ -15,7 +15,7 @@ deps =
|
||||||
-rrequirements.txt
|
-rrequirements.txt
|
||||||
-rrequirements-dev.txt
|
-rrequirements-dev.txt
|
||||||
commands =
|
commands =
|
||||||
py.test -v -rxs \
|
py.test -v \
|
||||||
--cov=compose \
|
--cov=compose \
|
||||||
--cov-report html \
|
--cov-report html \
|
||||||
--cov-report term \
|
--cov-report term \
|
||||||
|
@ -47,3 +47,6 @@ max-line-length = 140
|
||||||
# Set this high for now
|
# Set this high for now
|
||||||
max-complexity = 12
|
max-complexity = 12
|
||||||
exclude = compose/packages
|
exclude = compose/packages
|
||||||
|
|
||||||
|
[pytest]
|
||||||
|
addopts = --tb=short -rxs
|
||||||
|
|
Loading…
Reference in New Issue