소스 검색

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