ソースを参照

Adds 3.5 and 3.6 versions of Python to Travis CI

Adrien Panay 8 年 前
コミット
ef2eb12d19
共有1 個のファイルを変更した4 個の追加1 個の削除を含む
  1. 4 1
      .travis.yml

+ 4 - 1
.travis.yml ファイルの表示

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