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: