From df1583ad5a5345fee2000c3b74720adb9d1f2e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Messiant?= Date: Mon, 28 Jan 2013 18:07:01 +0100 Subject: [PATCH] Added .travis.yml file --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .travis.yml 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