diff options
| author | Tom Christie | 2014-12-12 15:37:43 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-12-12 15:37:43 +0000 | 
| commit | baaa356489dd51d7c68161db40e99cd59b1124c3 (patch) | |
| tree | 23dc5c4cbe1065580ff88ddd1bfa6dcda956ac68 /tox.ini | |
| parent | 5e6052811716a494e995a84c497579867ee6acaa (diff) | |
| parent | fd473aa905337908b41c9a1087967a19f0558f89 (diff) | |
| download | django-rest-framework-baaa356489dd51d7c68161db40e99cd59b1124c3.tar.bz2 | |
Merge master
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 6 | 
1 files changed, 3 insertions, 3 deletions
| @@ -1,6 +1,6 @@  [tox]  envlist = -       py27-flake8, +       py27-{flake8,docs},         {py26,py27}-django14,         {py26,py27,py32,py33,py34}-django{15,16},         {py27,py32,py33,py34}-django{17,master} @@ -10,8 +10,8 @@ commands = ./runtests.py --fast  setenv =         PYTHONDONTWRITEBYTECODE=1  deps = -       django14: Django==1.4.16 -       django15: Django==1.5.11 +       django14: Django==1.4.11 +       django15: Django==1.5.5         django16: Django==1.6.8         django17: Django==1.7.1         djangomaster: https://github.com/django/django/zipball/master | 
