diff options
author | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-09-25 22:34:02 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com> | 2015-09-25 22:34:02 +0200 |
commit | 08bea4adde5d5beb5f2a5cc875216b4205b90d50 (patch) | |
tree | 3066aca39cd6b0201bbcb63fd1d806e55bd06501 | |
parent | 4c917d0314f0442fd17d6f8ec8e583252167512c (diff) |
Also run tests with python 3.5
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | tox.ini | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e78a2fa76..cc21fae8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - "3.2" - "3.3" - "3.4" + - "3.5" sudo: false script: nosetests test --verbose notifications: @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py33,py34 +envlist = py26,py27,py33,py34,py35 [testenv] deps = nose |