Explorar el Código

add 3.5 and 3.6 versions of python to travis ci

Adrien Panay hace 8 años
padre
commit
917ecdfdba
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      .travis.yml

+ 4 - 1
.travis.yml Ver fichero

@@ -1,6 +1,9 @@
1 1
 sudo: false
2 2
 language: python
3
-python: "3.4"
3
+python:
4
+  - "3.4"
5
+  - "3.5"
6
+  - "3.6"
4 7
 
5 8
 env:
6 9
   - DB=postgres