summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2013-05-29 15:18:04 -0500
committerDavid Beazley <dave@dabeaz.com>2013-05-29 15:18:04 -0500
commitea655a3a8632824f5e0fb2319f096d5f9579bff7 (patch)
tree76d85e2a0ca5b55df4f8bef19351487501e548eb /test
parentd1d655989f9a0fe3fe703bb901f7512340ef6539 (diff)
downloadply-ea655a3a8632824f5e0fb2319f096d5f9579bff7.tar.gz
Added Travis-CI
Diffstat (limited to 'test')
-rw-r--r--test/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/README b/test/README
index dc74ba3..52f032a 100644
--- a/test/README
+++ b/test/README
@@ -1,7 +1,7 @@
This directory mostly contains tests for various types of error
conditions. To run:
- $ python testlex.py .
- $ python testyacc.py .
+ $ python testlex.py
+ $ python testyacc.py
The script 'cleanup.sh' cleans up this directory to its original state.