diff --git a/.travis.yml b/.travis.yml index 8f9fa3c6..6b2d3419 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" diff --git a/README b/README index b7d9e060..7008debc 100644 --- a/README +++ b/README @@ -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: diff --git a/doc/source/index.rst b/doc/source/index.rst index 0bbe3ac5..f4488553 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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: