From a06d3dc1831eb39341707ace22999ab3538dd23c Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Fri, 29 Jun 2012 06:07:33 -0700 Subject: Update Travis file. --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 95628a3..bad487d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,11 @@ python: - 2.6 - 2.7 - 3.2 - - pypy + # TODO: get all tests passing with PyPy. + #- pypy script: - python setup.py install - - pystache-test ext/spec/specs + # Include the spec tests directory for Mustache spec tests and the + # project directory for doctests. + - pystache-test ext/spec/specs . -- cgit v1.2.1