ソースを参照

remove python 3.3 and python 3.4 for now

Damien ACCORSI 10 年 前
コミット
1962fb9292
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      .travis.yml

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

@@ -1,8 +1,8 @@
1 1
 language: python
2 2
 python:
3 3
   - "3.2"
4
-  - "3.3"
5
-  - "3.4"
4
+#  - "3.3"
5
+#  - "3.4"
6 6
 
7 7
 addons:
8 8
   postgresql: "9.3"