Browse Source

Add travis build for python 3.4

oz123 10 năm trước cách đây
mục cha
commit
077c73d243
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -1,7 +1,7 @@
 language: python
 python:
-  - "2.7"
-  
+  - 2.7
+  - 3.4 
 # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
 install: 
      - "pip install -r requirements.txt"