This commit is contained in:
Andreas Kotes 2013-12-27 11:23:08 -08:00
commit 28f71a8fe8
3 changed files with 4 additions and 1 deletions

View file

@ -10,7 +10,7 @@ install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then ln -s /usr/share/asciidoc/asciidocapi.py ~/virtualenv/python2.7/lib/python2.7/site-packages/; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install typogrify ; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then pip install git+https://github.com/dmdm/typogrify.git@py3k#egg=typogrify; fi
- pip install mock nose nose-cov Markdown
- pip install mock nose nose-cov Markdown six
- pip install .
script: nosetests -sv --with-coverage --cover-package=pelican pelican
after_success:

View file

@ -6,6 +6,7 @@ Markdown
BeautifulSoup4
lxml
typogrify
six
# To perform release
bumpr==0.2.0

View file

@ -16,6 +16,7 @@ deps =
BeautifulSoup4
typogrify
lxml
six
[testenv:py33]
deps =
@ -24,3 +25,4 @@ deps =
BeautifulSoup4
git+https://github.com/dmdm/typogrify.git@py3k#egg=typogrify
lxml
six