Browse Source

Configure travis CI

olinox 8 năm trước cách đây
mục cha
commit
57695ab03a
1 tập tin đã thay đổi với 14 bổ sung0 xóa
  1. 14 0
      .travis.yml

+ 14 - 0
.travis.yml

@@ -0,0 +1,14 @@
+language: python
+python:
+  - "3.3"
+  - "3.4"
+  - "3.5"
+  - "3.6"
+install:
+  - pip install cov-core
+  - pip install nose2
+  - pip install coveralls
+script: 
+  - nose2
+after_success:
+  coveralls