remove python 2.5 again

This commit is contained in:
BJ Dierkes 2012-05-01 00:54:54 -05:00
parent 1326ae6f51
commit 64386d79bb
3 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,6 @@ before_script: ./utils/travis/bootstrap.sh
script: ./utils/run_tests.sh
install: sudo apt-get install memcached libmemcached-dev -y
python:
- "2.5"
- "2.6"
- "2.7"
- "3.1"

4
README
View File

@ -27,7 +27,7 @@ Cement2 Core features include (but are not limited to):
* Controller handler supports sub-commands, and nested controllers
* 98% Nose test coverage
* Extensive Sphinx documentation
* Tested on all major versions of Python 2.6 through 3.2
* Tested on Python 2.6, 2.7, 3.1, and 3.2
Cement2 Core Extensions includes:
@ -40,7 +40,7 @@ Cement2 Core Extensions includes:
* Memcached cache handler extension provides easy caching
*Note that argparse is required as an external dependency for Python < 2.7
and < 3.2.
and < 3.2. Some extensions rely on external dependencies.*
MORE INFORMATION:

View File

@ -31,7 +31,7 @@ Cement2 Core features include (but are not limited to):
* Controller handler supports sub-commands, and nested controllers
* 98% Nose test coverage
* Extensive Sphinx documentation
* Tested on all major versions of Python 2.7 through 3.2
* Tested on Python 2.6, 2.7, 3.1, and 3.2
Available Extensions includes: