summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorshimizukawa <shimizukawa@gmail.com>2014-05-27 23:17:36 +0900
committershimizukawa <shimizukawa@gmail.com>2014-05-27 23:17:36 +0900
commit88fe3b0b04f3fff0fce6c9b99d5da73dd5dda880 (patch)
tree26c73702b2aa46d342051c4039be87e4d4160430 /tox.ini
parentd7460efef5cb9314792a17e6ca8f46738b9f8976 (diff)
downloadsphinx-88fe3b0b04f3fff0fce6c9b99d5da73dd5dda880.tar.gz
* Drop Python-3.2. And now, removing 2to3 mechanism procedure has been completed. Closes #1350.
Pygments-2.0 will drop Python-3.2. The snowballstemmer package that is referred from sphinx-1.3 (that is merged at pull request #214) has not supported Python-3.2. We decided to drop the Python-3.2. see also https://bitbucket.org/birkenfeld/sphinx/pull-request/243/native-py2-py3-support-without-2to3-refs
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 1 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 47ee4986..0a80ffa3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist=py26,py27,py32,py33,py34,pypy,du11,du10
+envlist=py26,py27,py33,py34,pypy,du11,du10
[testenv]
deps=
@@ -22,11 +22,6 @@ deps=
mock
{[testenv]deps}
-[testenv:py32]
-deps=
- mock
- {[testenv]deps}
-
[testenv:pypy]
deps=
mock