aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml12
-rw-r--r--wkhtmltopdf/tests/test_requirements.txt1
2 files changed, 11 insertions, 2 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
diff --git a/wkhtmltopdf/tests/test_requirements.txt b/wkhtmltopdf/tests/test_requirements.txt
deleted file mode 100644
index 7eedf6c..0000000
--- a/wkhtmltopdf/tests/test_requirements.txt
+++ /dev/null
@@ -1 +0,0 @@
-Django==1.4.13