Skip to content

Commit

Permalink
Add markdown as a dev requirement.
Browse files Browse the repository at this point in the history
This allows everyone to have the same setup when generating the tests. It is
useful for getpelican#288 for instance.
  • Loading branch information
almet committed Apr 1, 2012
1 parent af2b588 commit 68b4b8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ feedgenerator
unittest2
pytz
mock
Markdown
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ deps =
feedgenerator
unittest2
mock
Markdown

0 comments on commit 68b4b8f

Please sign in to comment.