summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2013-09-23 10:48:58 -0700
committerThomas Kluyver <takowl@gmail.com>2013-09-23 10:48:58 -0700
commit8b5e5bbbf2afbdc4f8606779b34991393ee9153d (patch)
tree828c1f860cd1ad77412a490606d5658b6a850d9e /.travis.yml
parent8a41d70cd89372b2880db599c2226b342eb717d8 (diff)
downloadpexpect-git-8b5e5bbbf2afbdc4f8606779b34991393ee9153d.tar.gz
Python 3.3 is supported, 2.5 is not.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1450ae9..70c2a14 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,10 @@
language: python
python:
- - 2.5
- 2.6
- 2.7
- 3.2
+ - 3.3
- pypy