1
0
Fork 0
forked from github/pelican
pelican-theme/.travis.yml

13 lines
460 B
YAML
Raw Normal View History

2012-03-11 17:05:59 +01:00
language: python
python:
- "2.7"
2013-01-15 14:23:00 +01:00
- "3.2"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq --no-install-recommends asciidoc
2012-03-11 17:05:59 +01:00
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then ln -s /usr/share/asciidoc/asciidocapi.py ~/virtualenv/python2.7/lib/python2.7/site-packages/; fi
- pip install mock --use-mirrors
2012-03-11 17:05:59 +01:00
- pip install . --use-mirrors
- pip install --use-mirrors Markdown
script: python -m unittest discover