1
0
Fork 0
forked from github/pelican
pelican-theme/.travis.yml
2013-04-22 20:00:27 -04:00

14 lines
503 B
YAML

language: python
python:
- "2.7"
- "3.2"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq --no-install-recommends asciidoc
- 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
- pip install mock --use-mirrors
- pip install . --use-mirrors
- pip install --use-mirrors Markdown
script: python -m unittest discover