diff options
author | Matt Lenc <mattl@incuna.com> | 2014-06-18 11:14:37 +0100 |
---|---|---|
committer | Matt Lenc <mattl@incuna.com> | 2014-06-18 11:14:37 +0100 |
commit | d843e33d973b550bb7b019c80f94034e0080b02a (patch) | |
tree | 58ff389dfc077ea3273cb794b5ea33d91c9536bd | |
parent | 1e3dfedfc4778879917970bf125c51947c367f94 (diff) | |
download | django-wkhtmltopdf-d843e33d973b550bb7b019c80f94034e0080b02a.tar.gz django-wkhtmltopdf-d843e33d973b550bb7b019c80f94034e0080b02a.tar.bz2 django-wkhtmltopdf-d843e33d973b550bb7b019c80f94034e0080b02a.zip |
Update .travis for Python3
-rw-r--r-- | .travis.yml | 2 |
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: |