summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2014-09-30 01:16:26 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2014-09-30 01:19:41 -0700
commit5e08418cb914e59f0c13e52323833ab0c06a4c9d (patch)
tree126d25a5d26a489ad07d6af9d1070b5df728a293
parentf9ca07a976696031ae0d98bb067e0cf692bd6c49 (diff)
downloadpystache-5e08418cb914e59f0c13e52323833ab0c06a4c9d.tar.gz
Remove Python 2.5 from .travis.yml.
Travis CI no longer supports Python 2.5. Thanks to @dmorrison42 for pointing this out. Removing 2.5 from the Travis config should make the Travis build status image work again.
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a07a55f..0022705 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,7 @@
language: python
-# Travis CI has no plans to support Python 2.4 and Jython.
+# Travis CI has no plans to support Jython and no longer supports Python 2.5.
python:
- - 2.5
- 2.6
- 2.7
- 3.2