瀏覽代碼

travis config update

oz123 10 年之前
父節點
當前提交
ab2195d094
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -23,7 +23,7 @@ install:
   - "pip install ."
 # command to run tests, e.g. python setup.py test
 script:  
-  coverage run --source=pwman setup.py test
+  {envpython} setup.py develop && coverage run --source=pwman setup.py test
     
 after_success:
   coveralls