From 2e0a2962224bfa13b2f3fab7d712ea96027df730 Mon Sep 17 00:00:00 2001 From: Nicholas Charriere Date: Sun, 6 May 2018 14:30:21 -0700 Subject: [PATCH] Remove -s flag in tests --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ef0fe93..115f142 100644 --- a/tox.ini +++ b/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 =