Remove -s flag in tests
This commit is contained in:
parent
331d421e10
commit
2e0a296222
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -7,7 +7,7 @@ setenv =
|
|||
commands =
|
||||
pip install -r requirements.txt
|
||||
pip install -r dev-requirements.txt
|
||||
py.test --junitxml=junit-{envname}.xml --cov-report xml tests.py -s
|
||||
py.test --junitxml=junit-{envname}.xml --cov-report xml tests.py
|
||||
|
||||
[testenv:flake8]
|
||||
commands =
|
||||
|
|
Loading…
Reference in a new issue