diff options
| author | Tymur Maryokhin | 2014-12-04 00:03:08 +0100 | 
|---|---|---|
| committer | Tymur Maryokhin | 2014-12-04 00:03:08 +0100 | 
| commit | f8fdfe5a9379bd72066f7ac3a05198271a74088a (patch) | |
| tree | fe524c6a0ff402a238855fe7e50227b2f97c68db /tox.ini | |
| parent | 5f2f54b7fb52e35e3f47a677c2c5b9981c7d1f81 (diff) | |
| download | django-rest-framework-f8fdfe5a9379bd72066f7ac3a05198271a74088a.tar.bz2 | |
Updated Django versions to match requirements
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  | 
