aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Ordoquy2013-01-07 23:55:16 +0100
committerXavier Ordoquy2013-01-07 23:55:16 +0100
commit5dd76c07065cf0df16a7ae581856e1730d2696e8 (patch)
tree703cacde45c3282ca72392217743d6463867e4c1
parent0252057ee004cd236a3986892309c8808bd79efe (diff)
downloaddjango-rest-framework-5dd76c07065cf0df16a7ae581856e1730d2696e8.tar.bz2
Correctly remove from the matrix incompatible django / python versions.
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 10a4a771..556a2642 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,6 +25,6 @@ script:
matrix:
exclude:
- python: "3.2"
- env: DJANGO=django==1.4.3 --use-mirrors
+ env: DJANGO="django==1.4.3 --use-mirrors"
- python: "3.2"
- env: DJANGO=django==1.3.5 --use-mirrors
+ env: DJANGO="django==1.3.5 --use-mirrors"