1
Fork 0

Leave a hint about python 2.5 support.

Just to be clear: As of now, buildbot still supports 2.5; it's just that we can't test that version with Travis CI anymore.
This commit is contained in:
Jonas 2013-11-25 10:07:22 +01:00
parent 04630066e8
commit 489056c55e
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ language: python
# Available Python versions:
# http://about.travis-ci.org/docs/user/ci-environment/#Python-VM-images
python:
# "2.5" -- not supported by Travis CI anymore
- "2.6"
- "2.7"