Added .travis.yml file

This commit is contained in:
Cédric Messiant 2013-01-28 18:07:01 +01:00
parent ce2dad6eca
commit df1583ad5a
1 changed files with 12 additions and 0 deletions

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
language: python
python:
- 2.7
install:
- mkdir -p buildout-cache/{eggs,downloads}
- python bootstrap.py -c travis.cfg -d
- bin/buildout -Nc travis.cfg
script:
- bin/test
notifications:
email:
- prive-ged@listes.entrouvert.com