diff options
| author | Xavier Ordoquy | 2012-12-02 01:26:02 +0100 |
|---|---|---|
| committer | Xavier Ordoquy | 2012-12-02 01:26:02 +0100 |
| commit | fa53dde576c8733292eacf27c80cf7a0ad222c3b (patch) | |
| tree | 90b4866b9e554aa835448d8298ef52e5e34258a4 | |
| parent | d6b4a6b04a29f6913f0881099b0ef47a931c64ca (diff) | |
| download | django-rest-framework-fa53dde576c8733292eacf27c80cf7a0ad222c3b.tar.bz2 | |
Reactivated the python 2.6 tests.
| -rw-r--r-- | .travis.yml | 1 |
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" |
