Browse Source

travis config update

oz123 10 năm trước cách đây
mục cha
commit
ab2195d094
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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