aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatt Lenc <mattl@incuna.com>2014-06-18 11:14:37 +0100
committerMatt Lenc <mattl@incuna.com>2014-06-18 11:14:37 +0100
commitd843e33d973b550bb7b019c80f94034e0080b02a (patch)
tree58ff389dfc077ea3273cb794b5ea33d91c9536bd /.travis.yml
parent1e3dfedfc4778879917970bf125c51947c367f94 (diff)
downloaddjango-wkhtmltopdf-d843e33d973b550bb7b019c80f94034e0080b02a.tar.gz
django-wkhtmltopdf-d843e33d973b550bb7b019c80f94034e0080b02a.tar.bz2
django-wkhtmltopdf-d843e33d973b550bb7b019c80f94034e0080b02a.zip
Update .travis for Python3
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index cb3ffca..7ff9d4e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,8 @@ language: python
python:
- "2.6"
- "2.7"
+ - "3.3"
+ - "3.4"
before_script:
- "./before_script.sh"
install: