diff options
author | Brian Buck <brian.buck@sendoutcards.com> | 2016-08-23 14:16:18 -0600 |
---|---|---|
committer | Brian Buck <brian.buck@sendoutcards.com> | 2016-08-23 14:16:18 -0600 |
commit | bab63b5db53baca6b3ce9da81bef62bdc368f438 (patch) | |
tree | fd90158932dc3d9c9a069902df062725286b2ff2 | |
parent | 7c9400e6e54d9e21ad816f3d70ab5a38e2b103cb (diff) | |
download | django-wkhtmltopdf-bab63b5db53baca6b3ce9da81bef62bdc368f438.tar.gz django-wkhtmltopdf-bab63b5db53baca6b3ce9da81bef62bdc368f438.tar.bz2 django-wkhtmltopdf-bab63b5db53baca6b3ce9da81bef62bdc368f438.zip |
Get correct Django versions for Python 3.5
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6895f1e..42de036 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,12 @@ matrix: env: DJANGO="Django>=1.4,<1.5" - python: "3.5" env: DJANGO="Django>=1.4,<1.5" + - python: "3.5" + env: DJANGO="Django>=1.5,<1.6" + - python: "3.5" + env: DJANGO="Django>=1.6,<1.7" + - python: "3.5" + env: DJANGO="Django>=1.7,<1.8" before_install: - PWD=`pwd` - "echo '## Installing dependencies'" |