mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Install enum34 on testing pypy (refs: #3264)
This commit is contained in:
parent
01736bb397
commit
f65c5ee3de
2
tox.ini
2
tox.ini
@ -10,6 +10,7 @@ deps=
|
|||||||
whoosh
|
whoosh
|
||||||
html5lib
|
html5lib
|
||||||
mock
|
mock
|
||||||
|
enum34
|
||||||
typing
|
typing
|
||||||
setenv =
|
setenv =
|
||||||
SPHINX_TEST_TEMPDIR = {envdir}/testbuild
|
SPHINX_TEST_TEMPDIR = {envdir}/testbuild
|
||||||
@ -43,7 +44,6 @@ commands=flake8
|
|||||||
|
|
||||||
[testenv:py27]
|
[testenv:py27]
|
||||||
deps=
|
deps=
|
||||||
enum34
|
|
||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
|
|
||||||
[testenv:py35]
|
[testenv:py35]
|
||||||
|
Loading…
Reference in New Issue
Block a user