1
0
Fork 0
forked from github/pelican

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:
Alexis Metaireau 2012-04-01 03:22:53 +02:00
commit 68b4b8f2f2
3 changed files with 3 additions and 0 deletions

View file

@ -5,6 +5,7 @@ python:
install:
- pip install nose unittest2 mock --use-mirrors
- pip install . --use-mirrors
- pip install Markdown
script: nosetests -s tests
notifications:
irc:

View file

@ -5,3 +5,4 @@ feedgenerator
unittest2
pytz
mock
Markdown

View file

@ -11,3 +11,4 @@ deps =
feedgenerator
unittest2
mock
Markdown