diff options
| author | Xavier Ordoquy | 2014-02-13 13:10:48 +0100 |
|---|---|---|
| committer | Xavier Ordoquy | 2014-02-13 13:10:48 +0100 |
| commit | d49846025311d5b1679f656414eb685bede132c0 (patch) | |
| tree | 01079619f865c4dc8b6f33fcceb9472aacce3eeb /.travis.yml | |
| parent | 57103587e0335dd2a01048fe11b44f81564c6c2a (diff) | |
| download | django-rest-framework-d49846025311d5b1679f656414eb685bede132c0.tar.bz2 | |
Skip Python 2.6 build for Django 1.7
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 73b14230..146bf4cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ script: matrix: exclude: - python: "2.6" - env: DJANGO="https://www.djangoproject.com/download/1.7a1/tarball/" + env: DJANGO="https://www.djangoproject.com/download/1.7a2/tarball/" - python: "3.2" env: DJANGO="django==1.4.10" - python: "3.2" |
