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

23 lines
406 B
YAML
Raw Normal View History

2012-03-11 17:05:59 +01:00
language: python
python:
- "2.7"
env:
- TOX_ENV=docs
2015-06-08 12:50:35 +02:00
- TOX_ENV=flake8
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
addons:
apt_packages:
- pandoc
before_install:
- sudo apt-get update -qq
- sudo locale-gen fr_FR.UTF-8 tr_TR.UTF-8
2012-03-11 17:05:59 +01:00
install:
2015-05-13 21:08:39 +02:00
- pip install tox==2.0.1
script: tox -e $TOX_ENV
2013-08-17 01:23:09 +02:00
notifications:
irc:
channels:
- "irc.freenode.org#pelican"
on_success: change