Browse Source

add 1rst version of travis config

Bastien Sevajol 6 years ago
parent
commit
7f380b1953
1 changed files with 15 additions and 0 deletions
  1. 15 0
      .travis.yml

+ 15 - 0
.travis.yml View File

@@ -0,0 +1,15 @@
1
+sudo: false
2
+language: python
3
+python:
4
+  - "3.4"
5
+  - "3.5"
6
+  - "3.6"
7
+
8
+install:
9
+  - pip install --upgrade pip setuptools
10
+  - pip install -e ".[testing]"
11
+
12
+script: pytest
13
+
14
+after_success:
15
+  - coveralls