Add Travis CI badge

This commit is contained in:
MiCHiLU 2012-09-19 12:51:03 +09:00
parent dccdf52b05
commit 756d0820a3
2 changed files with 18 additions and 11 deletions

18
README.rst Normal file
View File

@ -0,0 +1,18 @@
Python functools32 |Build Status|_
----------------------------------
This is a backport of the Python 3.2 functools module for use on
Python versions 2.7 and PyPy. It includes new features
`lru_cache` (`Least-recently-used cache`_ decorator).
Refer to the Python 3.2 documentation for usage information:
http://docs.python.org/3.2/library/functools.html
Bugs? Try to reproduce them on the latest Python 3.2.x itself and file bug
reports on http://bugs.python.org/.
-- ENDOH takanao djmchl@gmail.com
.. |Build Status| image:: https://secure.travis-ci.org/MiCHiLU/python-functools32.png
.. _`Build Status`: http://travis-ci.org/MiCHiLU/python-functools32
.. _`Least-recently-used cache`: http://en.wikipedia.org/wiki/Cache_algorithms#Least_Recently_Used

View File

@ -1,11 +0,0 @@
This is a backport of the Python 3.2 functools module for use on
Python versions 2.7 and PyPy. It includes new features
`lru_cache` (Least-recently-used cache decorator).
Refer to the Python 3.2 documentation for usage information:
http://docs.python.org/3.2/library/functools.html
Bugs? Try to reproduce them on the latest Python 3.2.x itself and file bug
reports on http://bugs.python.org/.
-- ENDOH takanao djmchl@gmail.com