From 23f32cde4987d1c34e938884ba5569057a07d182 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Thu, 23 Aug 2012 14:02:46 -0400 Subject: add travis-ci config that excludes maint from CI tests --- .travis.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..8786dcc77 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,31 @@ +language: python +python: + - "2.5" + - "2.6" + - "2.7" + - "3.2" +env: + - WITH_OPTIONAL_DEPS=yes + - WITH_OPTIONAL_DEPS=no +matrix: + exclude: + - python: "3.2" + env: WITH_OPTIONAL_DEPS=yes +before_install: + - testsuite/before_install.sh +install: + - testsuite/install.sh + - pip install -e . +script: + - nosetests testsuite +branches: + except: + - maint + - 1.1.0-stable + - py3k +notifications: + email: chris.a.st.pierre@gmail.com + irc: + channels: + - "irc.freenode.org#bcfg2" + use_notice: true -- cgit v1.2.3-1-g7c22