summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2016-04-18 14:15:28 +1200
committerRobert Collins <robertc@robertcollins.net>2016-04-18 14:15:28 +1200
commit5b9547f5a8fec931894dee826c21f3ac888ad701 (patch)
tree8a07a3cbc35165b15b079e53e7be79820893b7f7 /.travis.yml
parent8432a9c3c51b12f643ba7313597484c4054b5ce4 (diff)
downloadtestresources-git-5b9547f5a8fec931894dee826c21f3ac888ad701.tar.gz
Drop support for Python 2.4, 2.5, 3.2
While not deliberately breaking compatibility, we cannot easily test those in CI, so stating that they are supported is at best misleading.
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 c32402a..83d28d9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,6 @@ language: python
python:
- "2.6"
- "2.7"
- - "3.2"
- "3.3"
- "3.4"
- "3.5-dev"