magcms/.travis.yml

15 lines
294 B
YAML
Raw Normal View History

2016-05-12 02:27:14 +02:00
sudo: required
dist: trusty
2016-05-12 02:20:20 +02:00
language: python
install:
- sudo apt-get install graphicsmagick libav-tools
2016-05-12 02:20:20 +02:00
- pip install -r requirements.txt
- python setup.py develop
python:
- "2.7"
script:
- gm -version
2016-05-12 02:20:20 +02:00
- cd example && prosopopee
notifications:
irc: "chat.freenode.net#prosopopee"