magcms/.travis.yml

15 lines
297 B
YAML

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