magcms/.travis.yml
2019-09-25 20:13:56 +02:00

17 lines
334 B
YAML

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