From af04165262191ac9c59de4ee44ebd15b59df23a5 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Thu, 28 Jun 2012 23:25:59 -0700 Subject: Add .travis.yml for Travis CI (http://travis-ci.org/) --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..b483ebd --- /dev/null +++ b/.travis.yml @@ -0,0 +1,12 @@ +language: python + +python: + - 2.5 + - 2.6 + - 2.7 + - 3.2 + - pypy + +script: + - python setup.py install + - pystache-test ext/spec/specs -- cgit v1.2.1