diff options
author | Matt Lenc <mattl@incuna.com> | 2014-06-18 11:46:22 +0100 |
---|---|---|
committer | Matt Lenc <mattl@incuna.com> | 2014-06-18 11:46:22 +0100 |
commit | fae7dc96b6bd9d174d38505b8870e38311198c12 (patch) | |
tree | 29b2d12803b1b4e289f3ef94f57f44645a923d3a /.travis.yml | |
parent | 61f7af8399c1ab51a0b2dff06414170947eaa228 (diff) | |
download | django-wkhtmltopdf-fae7dc96b6bd9d174d38505b8870e38311198c12.tar.gz django-wkhtmltopdf-fae7dc96b6bd9d174d38505b8870e38311198c12.tar.bz2 django-wkhtmltopdf-fae7dc96b6bd9d174d38505b8870e38311198c12.zip |
Fix env for travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index d6bb5c4..8c1a717 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,15 +5,15 @@ python: - "3.3" - "3.4" env: - - DJANGO==1.4.13 - - DJANGO==1.5.8 - - DJANGO==1.6.5 + - DJANGO=Django==1.4.13 + - DJANGO=Django==1.5.8 + - DJANGO=Django==1.6.5 matrix: exclude: - python: 3.3 - env: DJANGO==1.4.13 + env: DJANGO=Django==1.4.13 - python: 3.4 - env: DJANGO==1.4.13 + env: DJANGO=Django==1.4.13 before_script: - "./before_script.sh" install: |