summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-05-18 12:58:29 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2013-05-18 12:58:29 +0100
commit84d5de2d518b7cfce02763e3fcfe5ba670d37d05 (patch)
tree9591cf8fc3a3c07c284d3d7d3afbf3a24515332f /.travis.yml
parent8bdc65d9e57d5c0da329bb88127d977bd58002e5 (diff)
downloadjinja2-84d5de2d518b7cfce02763e3fcfe5ba670d37d05.tar.gz
Added 3.3
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 65b24ab..d919621 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,7 @@ language: python
python:
- "2.6"
- "2.7"
+ - "3.3"
install:
- "python setup.py install"
script: python setup.py test