summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid O'Shea <doshea@doshea-centos-x86-64.adl.quantum.com>2014-08-01 17:10:40 +0930
committerDavid O'Shea <doshea@doshea-centos-x86-64.adl.quantum.com>2014-08-01 17:10:40 +0930
commit05711ea5004a9d9bf8164fc75e90a6a7c79b5c18 (patch)
tree2e8c5f2e68918be3dcd9f67d3a118938680793b0 /.travis.yml
parent6236c1406d91b5174def54c3a1441391ab29a1c2 (diff)
downloadpexpect-05711ea5004a9d9bf8164fc75e90a6a7c79b5c18.tar.gz
Disable Python 3.2 builds in Travis as changes only support 2.6, 2.7 and 3.3+.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4b14d16..4a68168 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,6 @@ language: python
python:
- 2.6
- 2.7
- - 3.2
- 3.3
- 3.4
- pypy