Parcourir la source

remove python 3.3 and python 3.4 for now

Damien ACCORSI il y a 11 ans
Parent
révision
1962fb9292
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml Voir le fichier

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