Преглед на файлове

Tox: Stop using -v for py.test

Ask Solem преди 8 години
родител
ревизия
999362025f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

@@ -15,7 +15,7 @@ deps=
 sitepackages = False
 recreate = False
 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 =
     2.7,flake8,flakeplus,apicheck,linkcheck,configcheck: python2.7