diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..a07481e --- /dev/null +++ b/.travis.yml @@ -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