summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Szakmeister <john@szakmeister.net>2014-02-18 07:38:35 -0500
committerJohn Szakmeister <john@szakmeister.net>2014-02-18 07:38:35 -0500
commite9912c2a6ca414c7cf39d4e38bdfe9bdfe29ea8f (patch)
tree9d90ccdf6c5c787ae7dd7837f34813ef1a1b33ec
parent09aa6562042b3477f9a27ef3d36df254e9d366c6 (diff)
downloadnose-e9912c2a6ca414c7cf39d4e38bdfe9bdfe29ea8f.tar.gz
Drop Python 2.5 from Travis CI. It's no longer supported.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ef6d548..e85a026 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,9 @@
language: python
python:
- - 2.5
- 2.6
- 2.7
- 3.2
+ - 3.3
- pypy
install:
- pip uninstall -y nose