Browse Source

add 3.5 and 3.6 versions of python to travis ci

Adrien Panay 7 years ago
parent
commit
917ecdfdba
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .travis.yml

+ 4 - 1
.travis.yml View File

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