From: Daira Hopwood Date: Sat, 31 Aug 2013 20:35:19 +0000 (+0100) Subject: Add Travis configuration. X-Git-Tag: allmydata-tahoe-1.10.1a1~219 X-Git-Url: https://git.rkrishnan.org/simplejson/__init__.py.html?a=commitdiff_plain;h=b8322c9c53710fb2d82da2d2ab9c9a9df45f0e24;p=tahoe-lafs%2Ftahoe-lafs.git Add Travis configuration. Signed-off-by: Daira Hopwood --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..e5539f34 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,9 @@ +language: python +python: + - "2.7" + - "2.6" +before_install: + - sh -c set +install: true +before_script: python misc/build_helpers/show-tool-versions.py +script: python setup.py test --reporter=timing