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:
parent
af2b588ea6
commit
68b4b8f2f2
3 changed files with 3 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -5,3 +5,4 @@ feedgenerator
|
|||
unittest2
|
||||
pytz
|
||||
mock
|
||||
Markdown
|
||||
|
|
|
|||
1
tox.ini
1
tox.ini
|
|
@ -11,3 +11,4 @@ deps =
|
|||
feedgenerator
|
||||
unittest2
|
||||
mock
|
||||
Markdown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue