Remove -s flag in tests

This commit is contained in:
Nicholas Charriere 2018-05-06 14:30:21 -07:00
parent 331d421e10
commit 2e0a296222

View file

@ -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 =