Sfoglia il codice sorgente

Tox: Stop using -v for py.test

Ask Solem 8 anni fa
parent
commit
999362025f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

@@ -15,7 +15,7 @@ deps=
 sitepackages = False
 sitepackages = False
 recreate = False
 recreate = False
 commands = pip install -U -r{toxinidir}/requirements/dev.txt
 commands = pip install -U -r{toxinidir}/requirements/dev.txt
-           py.test -xv --cov=celery --cov-report=html
+           py.test -x --cov=celery --cov-report=html
 
 
 basepython =
 basepython =
     2.7,flake8,flakeplus,apicheck,linkcheck,configcheck: python2.7
     2.7,flake8,flakeplus,apicheck,linkcheck,configcheck: python2.7