aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Ordoquy2012-12-02 01:26:02 +0100
committerXavier Ordoquy2012-12-02 01:26:02 +0100
commitfa53dde576c8733292eacf27c80cf7a0ad222c3b (patch)
tree90b4866b9e554aa835448d8298ef52e5e34258a4
parentd6b4a6b04a29f6913f0881099b0ef47a931c64ca (diff)
downloaddjango-rest-framework-fa53dde576c8733292eacf27c80cf7a0ad222c3b.tar.bz2
Reactivated the python 2.6 tests.
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e4a82b6b..a9e63580 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
language: python
python:
+ - "2.6"
- "2.7"
- "3.2"