mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-13 10:00:53 +03:00
simplejson no longer a requirement for python 2.5 (uses django's built in simplejson lib)
This commit is contained in:
parent
3d15adaeb1
commit
bdf4fef8b6
2
tox.ini
2
tox.ini
|
@ -27,7 +27,6 @@ commands=
|
||||||
basepython=python2.5
|
basepython=python2.5
|
||||||
deps=
|
deps=
|
||||||
django==1.2.4
|
django==1.2.4
|
||||||
simplejson
|
|
||||||
coverage==3.4
|
coverage==3.4
|
||||||
https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip
|
https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip
|
||||||
|
|
||||||
|
@ -49,7 +48,6 @@ deps=
|
||||||
basepython=python2.5
|
basepython=python2.5
|
||||||
deps=
|
deps=
|
||||||
http://www.djangoproject.com/download/1.3-rc-1/tarball/
|
http://www.djangoproject.com/download/1.3-rc-1/tarball/
|
||||||
simplejson
|
|
||||||
coverage==3.4
|
coverage==3.4
|
||||||
https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip
|
https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user