summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-06-29 06:07:33 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-06-29 06:07:33 -0700
commita06d3dc1831eb39341707ace22999ab3538dd23c (patch)
treed26d0f9f5252fb2497732fe2ad6395dc1c49cb04 /.travis.yml
parent432071e1891663fd07795903ecba309dd0ac387a (diff)
downloadpystache-a06d3dc1831eb39341707ace22999ab3538dd23c.tar.gz
Update Travis file.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
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 .