Browse Source

Use Python 3.4

Julien Schueller 8 năm trước cách đây
mục cha
commit
4d1a3b32ef
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: