Browse Source

update travis config

Oz N Tiram 9 năm trước cách đây
mục cha
commit
e131c82328
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -6,6 +6,7 @@ install:
   - "pip install -r requirements.txt"
   - "pip install -r test_requirements.txt"
   - "mkdir test_root"
+  - "pip install coveralls"
   - "pip install ."
 
 script: make coverage