Browse Source

enable python 3.4 on travis

Bastien Sevajol 9 years ago
parent
commit
6c98d3e503
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml View File

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