From 3a4d2d968e3d2cb0acb7d65494bfcdaf3a01471e Mon Sep 17 00:00:00 2001 From: James Turk Date: Wed, 21 Mar 2012 12:50:22 -0400 Subject: [PATCH] travis ci --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..fc9ebc3 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: python +python: + - "2.6" + - "2.7" +install: pip install scrapelib pymongo nose --use-mirrors +script: nosetests +notifications: + email: + - jturk@sunlightfoundation.com