From 99f2905c868baa4f204b374d39598d6f8bbe50b7 Mon Sep 17 00:00:00 2001 From: James Turk Date: Tue, 13 Mar 2012 23:16:31 -0700 Subject: [PATCH] travis --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..ac338e8 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,11 @@ +language: python +python: + - "2.6" + - "2.7" + - "3.2" +install: pip install nose --use-mirrors +script: nosetests +notifications: + email: + - jturk@sunlightfoundation.com + - jcarbaugh@sunlightfoundation.com