summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Grainger <tom@yplanapp.com>2015-10-13 22:13:23 +0100
committerThomas Grainger <tom@yplanapp.com>2015-10-13 22:13:23 +0100
commit7330ed60b08e94c239aa76db4bcf9ee4613bc8be (patch)
treeed7a544d9968a5022da9dff193247aa8cf096b27 /.travis.yml
parent01edb5af0f4db6bd7e1c11388fe7ebbf99e96a1d (diff)
downloadisort-7330ed60b08e94c239aa76db4bcf9ee4613bc8be.tar.gz
run Python 3.5 tests on Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 5ed06553..67381307 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,11 @@ env:
- TOXENV=py33
- TOXENV=py34
- TOXENV=pypy
+matrix:
+ include:
+ - python: 3.5
+ env:
+ - TOXENV=py35
install:
- pip install tox
script: