Add Python-3.4 support

This commit is contained in:
Takayuki Shimizukawa 2014-05-01 20:54:41 +09:00
parent 75e22ba522
commit 5c6d6c8e24
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ Incompatible changes
New features New features
------------ ------------
* Add support for Python 3.4.
* Added ``sphinx.ext.napoleon`` extension for NumPy and Google style docstring * Added ``sphinx.ext.napoleon`` extension for NumPy and Google style docstring
support. support.
* PR#214: Added stemming support for 14 languages, so that the built-in document * PR#214: Added stemming support for 14 languages, so that the built-in document

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist=py26,py27,py32,py33,pypy,du11,du10 envlist=py26,py27,py32,py33,py34,pypy,du11,du10
[testenv] [testenv]
deps= deps=