mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix tests with latest versions of smartypants.
smartypants is now py3 compatible but the default settings for double quotes has been changed (http://pythonhosted.org/smartypants/changes.html). This commit: - update the typogrify test (change quotes, and add more test casesi: caps word, ellipsis) - install typogrify on travis - uses upstream version of smartypants in tox instead of dmdm's fork for py3
This commit is contained in:
parent
dbbf95b184
commit
a49b744e95
4 changed files with 10 additions and 8 deletions
1
tox.ini
1
tox.ini
|
|
@ -22,6 +22,5 @@ deps =
|
|||
mock
|
||||
Markdown
|
||||
BeautifulSoup4
|
||||
git+https://github.com/dmdm/smartypants.git#egg=smartypants
|
||||
git+https://github.com/dmdm/typogrify.git@py3k#egg=typogrify
|
||||
lxml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue