fix setup.py, scenario still fails

This commit is contained in:
Àngel Àlvarez
2020-05-03 12:50:41 +02:00
parent 516fc33ab3
commit 620e202c65
2 changed files with 68 additions and 48 deletions

View File

@@ -15,5 +15,4 @@ install_command = pip install --pre --find-links https://trydevpi.tryton.org/ {o
[testenv:stats]
basepython=python3.7
commands =
coverage report --omit=.tox/*
coverage xml
coverage xml --omit=.tox/*,.eggs/*