Browse Source

Add 3.4 to Travis

Thomas Kluyver 10 năm trước cách đây
mục cha
commit
f519674e2c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -2,6 +2,7 @@ language: python
 python:
   - "2.7"
   - "3.3"
+  - "3.4"
 # command to run tests
 script: nosetests
 # Ensure dependencies are installed