Address dependency on six during dev/testing. Fixes #1205.

This commit is contained in:
Andreas Kotes 2013-12-27 20:23:12 +01:00
commit 061aae5d13
3 changed files with 4 additions and 1 deletions

View file

@ -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