magcms/.travis.yml
2016-05-12 02:27:14 +02:00

13 lines
253 B
YAML

sudo: required
language: python
install:
- sudo apt-get install graphicsmagick
- pip install -r requirements.txt
- python setup.py develop
python:
- "2.7"
script:
- cd example && prosopopee
notifications:
irc: "chat.freenode.net#prosopopee"