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 /.travis.yml | |
parent | 4c917d0314f0442fd17d6f8ec8e583252167512c (diff) |
Also run tests with python 3.5
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 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: |