Browse Source

Configure travis CI

olinox 8 years ago
parent
commit
57695ab03a
1 changed files with 14 additions and 0 deletions
  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