mirror of
https://github.com/getpelican/pelican.git
synced 2026-06-07 10:26:55 +02:00
Address dependency on six during dev/testing. Fixes #1205.
This commit is contained in:
parent
0b3dc9db21
commit
061aae5d13
3 changed files with 4 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -16,6 +16,7 @@ deps =
|
|||
BeautifulSoup4
|
||||
typogrify
|
||||
lxml
|
||||
six
|
||||
|
||||
[testenv:py33]
|
||||
deps =
|
||||
|
|
@ -24,3 +25,4 @@ deps =
|
|||
BeautifulSoup4
|
||||
git+https://github.com/dmdm/typogrify.git@py3k#egg=typogrify
|
||||
lxml
|
||||
six
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue