Explorar el Código

add 1rst version of travis config

Bastien Sevajol hace 7 años
padre
commit
7f380b1953
Se han modificado 1 ficheros con 15 adiciones y 0 borrados
  1. 15 0
      .travis.yml

+ 15 - 0
.travis.yml Ver fichero

@@ -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