瀏覽代碼

Also run tests with python 3.5

Jaime Marquínez Ferrándiz 10 年之前
父節點
當前提交
08bea4adde
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      .travis.yml
  2. 1 1
      tox.ini

+ 1 - 0
.travis.yml

@@ -5,6 +5,7 @@ python:
   - "3.2"
   - "3.3"
   - "3.4"
+  - "3.5"
 sudo: false
 script: nosetests test --verbose
 notifications:

+ 1 - 1
tox.ini

@@ -1,5 +1,5 @@
 [tox]
-envlist = py26,py27,py33,py34
+envlist = py26,py27,py33,py34,py35
 [testenv]
 deps =
    nose