summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-11-03 23:44:02 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-11-03 23:44:02 -0700
commit1c4f9b6fdd72c0a327646966bc3628241ebac37a (patch)
treef8467ebd6e28e9356e7100701e5dcf2b1e3ba809
parentde33ff316211ca35c87232cf594ef06a8daf0806 (diff)
downloadpystache-1c4f9b6fdd72c0a327646966bc3628241ebac37a.tar.gz
Fix Travis file after test-script changes from previous commit.v0.5.3
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a426b13..a07a55f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,4 +12,4 @@ script:
- python setup.py install
# Include the spec tests directory for Mustache spec tests and the
# project directory for doctests.
- - pystache-test ext/spec/specs .
+ - pystache-test . ext/spec/specs