language: python
python:
+ - "3.5"
- "3.4"
- "3.3"
- "2.7"
* George Sakkis (@gsakkis)
* Adam Williamson <awilliam AT redhat DOT com>
* Ionel Cristian Mărieș (@ionelmc)
+* Malyshev Artem (@proofit404)
History
-------
-1.2.1 (2015-11-??)
+1.3.0 (2015-11-24)
++++++++++++++++++
+* Added official support for Python 3, thanks to @pydanny
* Removed confusingly placed lock from example, thanks to @ionelmc
+* Corrected invalidation cache documentation, thanks to @proofit404
1.2.0 (2015-04-28)
++++++++++++++++++
[tox]
-envlist = py26, py27, py33, py34
+envlist = py26, py27, py33, py34, py35
[testenv]
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/cached-property
commands = py.test
deps =
- pytest
\ No newline at end of file
+ pytest