Parcourir la source

Use Python 3.4

Julien Schueller il y a 8 ans
Parent
commit
4d1a3b32ef
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -5,7 +5,7 @@ services:
 
 python:
   - "2.7"
-  - "3.6"
+  - "3.4"
 
 # command to install dependencies
 before_install: