From 127f60c3e9365110b58e06261fde65a40976272d Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Fri, 3 Jan 2014 14:27:19 -0800 Subject: [PATCH] Update Travis config with new Typogrify package --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 62373e68..2f310328 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,7 @@ before_install: - sudo locale-gen fr_FR.UTF-8 tr_TR.UTF-8 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 typogrify-web - pip install . script: nosetests -sv --with-coverage --cover-package=pelican pelican after_success: