From 8ad408e5c964fc7708f9270ee0106a61c6073e3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Tue, 15 May 2012 00:24:20 +0200 Subject: Add travis-ci config. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaƫl Barrois --- .travis.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yaml diff --git a/.travis.yaml b/.travis.yaml new file mode 100644 index 0000000..5873a42 --- /dev/null +++ b/.travis.yaml @@ -0,0 +1,9 @@ +language: python +python: + - "2.6" + - "2.7" +script: "python setup.py test" +notifications: + email: false + irc: "irc.freenode.org#xelnext" + -- cgit v1.2.1