summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2015-10-13 13:34:12 +0100
committerThomas Kluyver <takowl@gmail.com>2015-10-13 13:34:12 +0100
commitfa2a11658c0f188810b652e5bf79a10514eefb2c (patch)
treec335f866b69b7de7b0a5dd1f3d2b7691eb4adf86
parent5e6e0ad21acfed32c57ae8ef23a8a0722869afe1 (diff)
downloadpexpect-git-fa2a11658c0f188810b652e5bf79a10514eefb2c.tar.gz
Add Python 3.5 on Travis
Close gh-269
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 51c967d..251dfaa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,7 @@ python:
- 2.7
- 3.3
- 3.4
+ - 3.5
- pypy
install: