Fix #3114: Install enum34 to test autodoc on py27

This commit is contained in:
Takeshi KOMIYA 2016-11-02 21:35:47 +09:00
parent b014c34586
commit a880d0e84e
2 changed files with 6 additions and 0 deletions

View File

@ -15,3 +15,4 @@ sphinx_rtd_theme
imagesize
requests
html5lib
enum34

View File

@ -40,6 +40,11 @@ deps=
deps=flake8
commands=flake8
[testenv:py27]
deps=
enum34
{[testenv]deps}
[testenv:py35]
commands=
{envpython} tests/run.py -m '^[tT]est' {posargs}