summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2015-04-17 12:40:25 -0500
committerDavid Beazley <dave@dabeaz.com>2015-04-17 12:40:25 -0500
commit9fe7cb005c916aaedffce63b900455cdc1680c4d (patch)
tree39f30c87e98d981ec10b99e5a0bf3b168205874b /.travis.yml
parent1776cd6863dcdc6acae65a177d2cf984cd576e06 (diff)
downloadply-9fe7cb005c916aaedffce63b900455cdc1680c4d.tar.gz
Added comment about verbose mode and using \s and [#]
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 99f543c..9e7f5c0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,9 @@
language: python
python:
- - "2.6"
- "2.7"
- "3.2"
- "3.3"
+ - "3.4"
install:
- "pip install . --use-mirrors"
script: "cd test && python testlex.py && python testyacc.py"