diff --git a/CHANGES b/CHANGES index 7400c6440..e341afcd8 100644 --- a/CHANGES +++ b/CHANGES @@ -16,6 +16,7 @@ Incompatible changes New features ------------ +* Add support for Python 3.4. * Added ``sphinx.ext.napoleon`` extension for NumPy and Google style docstring support. * PR#214: Added stemming support for 14 languages, so that the built-in document diff --git a/tox.ini b/tox.ini index 98f268829..47ee49866 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=py26,py27,py32,py33,pypy,du11,du10 +envlist=py26,py27,py32,py33,py34,pypy,du11,du10 [testenv] deps=