diff options
| author | Xavier Ordoquy | 2015-04-02 11:17:16 +0200 | 
|---|---|---|
| committer | Xavier Ordoquy | 2015-04-02 11:17:16 +0200 | 
| commit | 73e46d9a7fa5c3adba5236cfac79649723ebc60f (patch) | |
| tree | 46b44916fe3e96bce274145cc1549c53f038b947 /tox.ini | |
| parent | 5cf8230ba1f1970a53394356d48a35315e132638 (diff) | |
| parent | 596093d4941a14ea7443811450c9262c87bcdbd4 (diff) | |
| download | django-rest-framework-73e46d9a7fa5c3adba5236cfac79649723ebc60f.tar.bz2 | |
Merge pull request #2786 from maryokhin/patch-2
Update tox & Travis with Django 1.8 release
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -3,7 +3,7 @@ envlist =         py27-{flake8,docs},         {py26,py27}-django14,         {py26,py27,py32,py33,py34}-django{15,16}, -       {py27,py32,py33,py34}-django{17,18beta} +       {py27,py32,py33,py34}-django{17,18}  [testenv]  commands = ./runtests.py --fast @@ -14,7 +14,7 @@ deps =         django15: Django==1.5.6  # Should track minimum supported         django16: Django==1.6.3  # Should track minimum supported         django17: Django==1.7.2  # Should track maximum supported -       django18beta: https://www.djangoproject.com/download/1.8b1/tarball/ +       django18: Django==1.8  # Should track maximum supported         -rrequirements/requirements-testing.txt         -rrequirements/requirements-optionals.txt | 
