浏览代码

Passing through command-line options from tox to nosetests.

Dan Helfman 10 年之前
父节点
当前提交
7750d2568c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

@@ -5,4 +5,4 @@ skipsdist=True
 [testenv]
 [testenv]
 usedevelop=True
 usedevelop=True
 deps=-rtest_requirements.txt
 deps=-rtest_requirements.txt
-commands = nosetests
+commands = nosetests []