Browse Source

Use Python 3.4

Julien Schueller 8 years ago
parent
commit
4d1a3b32ef
1 changed files with 1 additions and 1 deletions
  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: