mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Tox: use git urls for py3 versions of smartypants and typogrify
+ This make it easier to use tox with py3: no need to checkout manually typogrify and smartypants repos and use tox's distshare. + Remove feedgenerator as it is already a dependy for pelican.
This commit is contained in:
parent
675d6c81cd
commit
2bf91e54cd
1 changed files with 2 additions and 4 deletions
6
tox.ini
6
tox.ini
|
|
@ -35,7 +35,6 @@ deps =
|
||||||
mock
|
mock
|
||||||
Markdown
|
Markdown
|
||||||
BeautifulSoup4
|
BeautifulSoup4
|
||||||
feedgenerator
|
|
||||||
typogrify
|
typogrify
|
||||||
|
|
||||||
[testenv:py32]
|
[testenv:py32]
|
||||||
|
|
@ -52,6 +51,5 @@ deps =
|
||||||
mock
|
mock
|
||||||
Markdown
|
Markdown
|
||||||
BeautifulSoup4
|
BeautifulSoup4
|
||||||
feedgenerator
|
git+https://github.com/dmdm/smartypants.git#egg=smartypants
|
||||||
# {distshare}/smartypants-1.6.0.3.zip
|
git+https://github.com/dmdm/typogrify.git@py3k#egg=typogrify
|
||||||
# {distshare}/typogrify-2.0.0.zip
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue