浏览代码

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