2016-05-12 02:27:14 +02:00
|
|
|
sudo: required
|
2016-05-12 02:37:34 +02:00
|
|
|
dist: trusty
|
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:
|
2016-05-12 02:31:54 +02:00
|
|
|
- gm -version
|
2016-05-12 02:20:20 +02:00
|
|
|
- cd example && prosopopee
|
|
|
|
notifications:
|
|
|
|
irc: "chat.freenode.net#prosopopee"
|