[enh] let's start doing fake CI \o\

This commit is contained in:
Laurent Peuch 2016-05-12 02:20:20 +02:00
parent ba5d02fba9
commit ef5655d43d

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
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"