magcms/.travis.yml
2016-05-12 02:20:20 +02:00

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"