Kaynağa Gözat

add 3.5 and 3.6 versions of python to travis ci

Adrien Panay 8 yıl önce
ebeveyn
işleme
917ecdfdba
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. 4 1
      .travis.yml

+ 4 - 1
.travis.yml Dosyayı Görüntüle

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