From 0708fc0bbf29e4426075fcedd45a2d41c6271282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Fri, 23 Mar 2012 18:29:16 +0100 Subject: Add travis-ci configuration. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaƫl Barrois --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..5a9e290 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,4 @@ +script: "python setup.py test" +notifications: + email: false + irc: "irc.freenode.org#factory_boy" -- cgit v1.2.3