magcms/.travis.yml

14 lines
276 B
YAML
Raw Normal View History

2016-05-12 02:27:14 +02:00
sudo: required
2016-05-12 02:20:20 +02:00
language: python
install:
2016-05-12 02:31:40 +02:00
- sudo apt-get install graphicsmagick ffmpeg
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"