Browse Source

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

Chris McDonough 11 years ago
parent
commit
6707db284a
1 changed files with 2 additions and 0 deletions
  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