11 lines
198 B
YAML
11 lines
198 B
YAML
|
language: python
|
||
|
install:
|
||
|
- pip install -r requirements.txt
|
||
|
- python setup.py develop
|
||
|
python:
|
||
|
- "2.7"
|
||
|
script:
|
||
|
- cd example && prosopopee
|
||
|
notifications:
|
||
|
irc: "chat.freenode.net#prosopopee"
|