瀏覽代碼

make sure tests pass without a manifest.in (tox builds an sdist)

Chris McDonough 11 年之前
父節點
當前提交
6707db284a
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      tox.ini

+ 2 - 0
tox.ini

@@ -13,6 +13,7 @@ commands =
 deps =
     mock >= 0.5.0
     meld3 >= 0.6.5
+usedevelop = true
 
 [testenv:cover]
 basepython =
@@ -25,3 +26,4 @@ deps =
     nose
     coverage
     nosexcover
+usedevelop = true