diff options
| author | Tom Christie | 2014-09-26 17:06:20 +0100 | 
|---|---|---|
| committer | Tom Christie | 2014-09-26 17:06:20 +0100 | 
| commit | dee3f78cb688b1bee892ef78d6eec23ccf67a80e (patch) | |
| tree | bfae7d0bfaf16c622e6c7c0deac2395c0379dbe8 /tox.ini | |
| parent | ac71d9aaae27f620fdb0167a4ad586e754a844a3 (diff) | |
| download | django-rest-framework-dee3f78cb688b1bee892ef78d6eec23ccf67a80e.tar.bz2 | |
FileField and ImageField
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 16 | 
1 files changed, 0 insertions, 16 deletions
| @@ -21,7 +21,6 @@ basepython = python3.4  deps = Django==1.7         django-filter==0.7         defusedxml==0.3 -       Pillow==2.3.0         pytest-django==2.6.1  [testenv:py3.3-django1.7] @@ -29,7 +28,6 @@ basepython = python3.3  deps = Django==1.7         django-filter==0.7         defusedxml==0.3 -       Pillow==2.3.0         pytest-django==2.6.1  [testenv:py3.2-django1.7] @@ -37,7 +35,6 @@ basepython = python3.2  deps = Django==1.7         django-filter==0.7         defusedxml==0.3 -       Pillow==2.3.0         pytest-django==2.6.1  [testenv:py2.7-django1.7] @@ -49,7 +46,6 @@ deps = Django==1.7         # oauth2==1.5.211         # django-oauth2-provider==0.2.4         django-guardian==1.2.3 -       Pillow==2.3.0         pytest-django==2.6.1  [testenv:py3.4-django1.6] @@ -57,7 +53,6 @@ basepython = python3.4  deps = Django==1.6.3         django-filter==0.7         defusedxml==0.3 -       Pillow==2.3.0         pytest-django==2.6.1  [testenv:py3.3-django1.6] @@ -65,7 +60,6 @@ basepython = python3.3  deps = Django==1.6.3         django-filter==0.7         defusedxml==0.3 -       Pillow==2.3.0         pytest-django==2.6.1  [testenv:py3.2-django1.6] @@ -73,7 +67,6 @@ basepython = python3.2  deps = Django==1.6.3         django-filter==0.7         defusedxml==0.3 -       Pillow==2.3.0         pytest-django==2.6.1  [testenv:py2.7-django1.6] @@ -85,7 +78,6 @@ deps = Django==1.6.3         oauth2==1.5.211         django-oauth2-provider==0.2.4         django-guardian==1.2.3 -       Pillow==2.3.0         pytest-django==2.6.1  [testenv:py2.6-django1.6] @@ -97,7 +89,6 @@ deps = Django==1.6.3         oauth2==1.5.211         django-oauth2-provider==0.2.4         django-guardian==1.2.3 -       Pillow==2.3.0         pytest-django==2.6.1  [testenv:py3.4-django1.5] @@ -105,7 +96,6 @@ basepython = python3.4  deps = django==1.5.6         django-filter==0.7         defusedxml==0.3 -       Pillow==2.3.0         pytest-django==2.6.1  [testenv:py3.3-django1.5] @@ -113,7 +103,6 @@ basepython = python3.3  deps = django==1.5.6         django-filter==0.7         defusedxml==0.3 -       Pillow==2.3.0         pytest-django==2.6.1  [testenv:py3.2-django1.5] @@ -121,7 +110,6 @@ basepython = python3.2  deps = django==1.5.6         django-filter==0.7         defusedxml==0.3 -       Pillow==2.3.0         pytest-django==2.6.1  [testenv:py2.7-django1.5] @@ -133,7 +121,6 @@ deps = django==1.5.6         oauth2==1.5.211         django-oauth2-provider==0.2.3         django-guardian==1.2.3 -       Pillow==2.3.0         pytest-django==2.6.1  [testenv:py2.6-django1.5] @@ -145,7 +132,6 @@ deps = django==1.5.6         oauth2==1.5.211         django-oauth2-provider==0.2.3         django-guardian==1.2.3 -       Pillow==2.3.0         pytest-django==2.6.1  [testenv:py2.7-django1.4] @@ -157,7 +143,6 @@ deps = django==1.4.11         oauth2==1.5.211         django-oauth2-provider==0.2.3         django-guardian==1.2.3 -       Pillow==2.3.0         pytest-django==2.6.1  [testenv:py2.6-django1.4] @@ -169,5 +154,4 @@ deps = django==1.4.11         oauth2==1.5.211         django-oauth2-provider==0.2.3         django-guardian==1.2.3 -       Pillow==2.3.0         pytest-django==2.6.1 | 
