mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add markdown as a dev requirement.
This allows everyone to have the same setup when generating the tests. It is useful for #288 for instance.
This commit is contained in:
parent
af2b588ea6
commit
68b4b8f2f2
3 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ python:
|
||||||
install:
|
install:
|
||||||
- pip install nose unittest2 mock --use-mirrors
|
- pip install nose unittest2 mock --use-mirrors
|
||||||
- pip install . --use-mirrors
|
- pip install . --use-mirrors
|
||||||
|
- pip install Markdown
|
||||||
script: nosetests -s tests
|
script: nosetests -s tests
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
|
|
|
||||||
|
|
@ -5,3 +5,4 @@ feedgenerator
|
||||||
unittest2
|
unittest2
|
||||||
pytz
|
pytz
|
||||||
mock
|
mock
|
||||||
|
Markdown
|
||||||
|
|
|
||||||
1
tox.ini
1
tox.ini
|
|
@ -11,3 +11,4 @@ deps =
|
||||||
feedgenerator
|
feedgenerator
|
||||||
unittest2
|
unittest2
|
||||||
mock
|
mock
|
||||||
|
Markdown
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue