Browse Source

Passing through command-line options from tox to nosetests.

Dan Helfman 10 năm trước cách đây
mục cha
commit
301eb4926e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tox.ini

+ 1 - 1
tox.ini

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