mirror of
https://github.com/datafolklabs/cement.git
synced 2026-02-06 13:42:03 +00:00
remove python 2.5 again
This commit is contained in:
parent
1326ae6f51
commit
64386d79bb
@ -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
4
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:
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user