diff options
| author | Tom Christie | 2015-02-09 20:43:50 +0000 | 
|---|---|---|
| committer | Tom Christie | 2015-02-09 20:43:50 +0000 | 
| commit | fbb21caaaa01033bbd34b0c63ab48243ffb6310e (patch) | |
| tree | 5d0fdee18c9bf02733b1df913c4cddd9e3e86da7 /tox.ini | |
| parent | 407480b4840990ff17f9a33b293cfcf15bb6f7c5 (diff) | |
| parent | 7b639c0cd0676172cc8502e833f5b708f39f9a83 (diff) | |
| download | django-rest-framework-fbb21caaaa01033bbd34b0c63ab48243ffb6310e.tar.bz2 | |
Merge master
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 3 | 
1 files changed, 1 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,18alpha,master} +       {py27,py32,py33,py34}-django{17,18alpha}  [testenv]  commands = ./runtests.py --fast @@ -15,7 +15,6 @@ deps =         django16: Django==1.6.3  # Should track minimum supported         django17: Django==1.7.2  # Should track maximum supported         django18alpha: https://www.djangoproject.com/download/1.8a1/tarball/ -       djangomaster: https://github.com/django/django/zipball/master         django-guardian==1.2.4         pytest-django==2.8.0         django-filter==0.9.2 | 
