diff options
author | Matt Lenc <mattl@incuna.com> | 2014-06-18 11:52:02 +0100 |
---|---|---|
committer | Matt Lenc <mattl@incuna.com> | 2014-06-18 11:52:02 +0100 |
commit | c5c66b156da1b29faaba5388785f6b2eac4f3030 (patch) | |
tree | 1983b75da38895122753b1b4aa600d5bcce73278 /.travis.yml | |
parent | fae7dc96b6bd9d174d38505b8870e38311198c12 (diff) | |
download | django-wkhtmltopdf-c5c66b156da1b29faaba5388785f6b2eac4f3030.tar.gz django-wkhtmltopdf-c5c66b156da1b29faaba5388785f6b2eac4f3030.tar.bz2 django-wkhtmltopdf-c5c66b156da1b29faaba5388785f6b2eac4f3030.zip |
yml is hard
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 8c1a717..0cbb0de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,9 @@ env: - DJANGO=Django==1.6.5 matrix: exclude: - - python: 3.3 + - python: "3.3" env: DJANGO=Django==1.4.13 - - python: 3.4 + - python: "3.4" env: DJANGO=Django==1.4.13 before_script: - "./before_script.sh" |