diff options
| author | Tom Christie | 2013-02-22 13:17:22 +0000 | 
|---|---|---|
| committer | Tom Christie | 2013-02-22 13:17:22 +0000 | 
| commit | dcee027fa97f015ff3b87f0fd72b7995cdd6e155 (patch) | |
| tree | 676f581fe03c4a3e01d479756c590f75dc4aab4a /tox.ini | |
| parent | b261515afa18a5d2a38d729b174bbd99ddee14ac (diff) | |
| download | django-rest-framework-dcee027fa97f015ff3b87f0fd72b7995cdd6e155.tar.bz2 | |
defusedxml for security fix.
As per:
http://blog.python.org/2013/02/announcing-defusedxml-fixes-for-xml.html
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 7 | 
1 files changed, 7 insertions, 0 deletions
| @@ -9,11 +9,13 @@ commands = {envpython} rest_framework/runtests/runtests.py  basepython = python3.3  deps = https://www.djangoproject.com/download/1.5c1/tarball/         https://github.com/alex/django-filter/archive/master.tar.gz +       defusedxml==0.3  [testenv:py3.2-django1.5]  basepython = python3.2  deps = https://www.djangoproject.com/download/1.5c1/tarball/         https://github.com/alex/django-filter/archive/master.tar.gz +       defusedxml==0.3  [testenv:py2.7-django1.5]  basepython = python2.7 @@ -24,23 +26,28 @@ deps = https://www.djangoproject.com/download/1.5c1/tarball/  basepython = python2.6  deps = https://www.djangoproject.com/download/1.5c1/tarball/         django-filter==0.5.4 +       defusedxml==0.3  [testenv:py2.7-django1.4]  basepython = python2.7  deps = django==1.4.3         django-filter==0.5.4 +       defusedxml==0.3  [testenv:py2.6-django1.4]  basepython = python2.6  deps = django==1.4.3         django-filter==0.5.4 +       defusedxml==0.3  [testenv:py2.7-django1.3]  basepython = python2.7  deps = django==1.3.5         django-filter==0.5.4 +       defusedxml==0.3  [testenv:py2.6-django1.3]  basepython = python2.6  deps = django==1.3.5         django-filter==0.5.4 +       defusedxml==0.3 | 
