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

19 lines
442 B
YAML
Raw Normal View History

2012-03-11 17:05:59 +01:00
language: python
python:
- "2.6"
- "2.7"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq ruby-sass
2012-03-11 17:05:59 +01:00
install:
2012-03-11 18:02:57 +01:00
- pip install nose unittest2 mock --use-mirrors
2012-03-11 17:05:59 +01:00
- pip install . --use-mirrors
- pip install Markdown
- pip install webassets
- pip install cssmin
2012-03-11 17:05:59 +01:00
script: nosetests -s tests
2012-03-16 20:56:00 +01:00
notifications:
irc:
channels:
- "irc.freenode.org#pelican"
on_success: change