Browse Source

Adds 3.5 and 3.6 versions of Python to Travis CI

Adrien Panay 8 years ago
parent
commit
ef2eb12d19
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .travis.yml

+ 4 - 1
.travis.yml View File

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