14 lines
276 B
YAML
14 lines
276 B
YAML
sudo: required
|
|
language: python
|
|
install:
|
|
- sudo apt-get install graphicsmagick ffmpeg
|
|
- pip install -r requirements.txt
|
|
- python setup.py develop
|
|
python:
|
|
- "2.7"
|
|
script:
|
|
- gm -version
|
|
- cd example && prosopopee
|
|
notifications:
|
|
irc: "chat.freenode.net#prosopopee"
|