aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Ordoquy2013-01-02 17:52:31 +0100
committerXavier Ordoquy2013-01-02 17:52:31 +0100
commit92f1109cd826a5f22c377ecc037621f564e7978e (patch)
tree9445cb8df54f4d273914fcbd632e58850aa01f94
parent1e6927b40d98e2d7be56dcc9385cdc1296be3299 (diff)
downloaddjango-rest-framework-92f1109cd826a5f22c377ecc037621f564e7978e.tar.bz2
Exclude non python 3 compatible django verison from the test matrix.
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 714634f5..2eb2ada2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,6 @@ script:
matrix:
exclude:
- python: "3.2"
- env: DJANGO=django==1.4.2 --use-mirrors
+ env: DJANGO=django==1.4.3 --use-mirrors
- python: "3.2"
- env: DJANGO=django==1.3.3 --use-mirrors
+ env: DJANGO=django==1.3.5 --use-mirrors