Ver código fonte

enable python 3.4 on travis

Bastien Sevajol 9 anos atrás
pai
commit
6c98d3e503
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml Ver arquivo

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