aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatt Lenc <mattl@incuna.com>2014-06-18 11:43:43 +0100
committerMatt Lenc <mattl@incuna.com>2014-06-18 11:43:43 +0100
commit61f7af8399c1ab51a0b2dff06414170947eaa228 (patch)
treec2e3d2f1fee8a392e40184f017d22ba53a3142f4 /.travis.yml
parent4e69c491558000282a928fc62fc376ae4e6ae70c (diff)
downloaddjango-wkhtmltopdf-61f7af8399c1ab51a0b2dff06414170947eaa228.tar.gz
django-wkhtmltopdf-61f7af8399c1ab51a0b2dff06414170947eaa228.tar.bz2
django-wkhtmltopdf-61f7af8399c1ab51a0b2dff06414170947eaa228.zip
Support moar Django
The future is now ;]
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7ff9d4e..d6bb5c4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,10 +4,20 @@ python:
- "2.7"
- "3.3"
- "3.4"
+env:
+ - DJANGO==1.4.13
+ - DJANGO==1.5.8
+ - DJANGO==1.6.5
+matrix:
+ exclude:
+ - python: 3.3
+ env: DJANGO==1.4.13
+ - python: 3.4
+ env: DJANGO==1.4.13
before_script:
- "./before_script.sh"
install:
- - pip install -r wkhtmltopdf/tests/test_requirements.txt
+ - pip install $DJANGO
- pip install .
script:
- make test