magcms/.travis.yml
2022-05-05 16:00:44 +02:00

17 lines
334 B
YAML
Executable File

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"