mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 09:36:49 +03:00
Danielfm packaged the 1.2 release so we can now install it from his repo.
This commit is contained in:
parent
9473d17dd6
commit
a880bf460a
24
tox.ini
24
tox.ini
|
@ -28,42 +28,42 @@ basepython=python2.5
|
|||
deps=
|
||||
django==1.2.4
|
||||
coverage==3.4
|
||||
https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip
|
||||
unittest-xml-reporting==1.2
|
||||
|
||||
[testenv:py26-django12]
|
||||
basepython=python2.6
|
||||
deps=
|
||||
django==1.2.4
|
||||
coverage==3.4
|
||||
https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip
|
||||
unittest-xml-reporting==1.2
|
||||
|
||||
[testenv:py27-django12]
|
||||
basepython=python2.7
|
||||
deps=
|
||||
django==1.2.4
|
||||
coverage==3.4
|
||||
https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip
|
||||
unittest-xml-reporting==1.2
|
||||
|
||||
[testenv:py25-django13]
|
||||
basepython=python2.5
|
||||
deps=
|
||||
django==1.3
|
||||
coverage==3.4
|
||||
https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip
|
||||
unittest-xml-reporting==1.2
|
||||
|
||||
[testenv:py26-django13]
|
||||
basepython=python2.6
|
||||
deps=
|
||||
django==1.3
|
||||
coverage==3.4
|
||||
https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip
|
||||
unittest-xml-reporting==1.2
|
||||
|
||||
[testenv:py27-django13]
|
||||
basepython=python2.7
|
||||
deps=
|
||||
django==1.3
|
||||
coverage==3.4
|
||||
https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip
|
||||
unittest-xml-reporting==1.2
|
||||
|
||||
####################################### EXAMPLES ################################################
|
||||
|
||||
|
@ -78,7 +78,7 @@ deps=
|
|||
Pygments==1.4
|
||||
httplib2==0.6.0
|
||||
Markdown==2.0.3
|
||||
https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip
|
||||
unittest-xml-reporting==1.2
|
||||
|
||||
[testenv:py26-django12e]
|
||||
basepython=python2.6
|
||||
|
@ -91,7 +91,7 @@ deps=
|
|||
Pygments==1.4
|
||||
httplib2==0.6.0
|
||||
Markdown==2.0.3
|
||||
https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip
|
||||
unittest-xml-reporting==1.2
|
||||
|
||||
[testenv:py27-django12e]
|
||||
basepython=python2.7
|
||||
|
@ -104,7 +104,7 @@ deps=
|
|||
Pygments==1.4
|
||||
httplib2==0.6.0
|
||||
Markdown==2.0.3
|
||||
https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip
|
||||
unittest-xml-reporting==1.2
|
||||
|
||||
[testenv:py25-django13e]
|
||||
basepython=python2.5
|
||||
|
@ -117,7 +117,7 @@ deps=
|
|||
Pygments==1.4
|
||||
httplib2==0.6.0
|
||||
Markdown==2.0.3
|
||||
https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip
|
||||
unittest-xml-reporting==1.2
|
||||
|
||||
[testenv:py26-django13e]
|
||||
basepython=python2.6
|
||||
|
@ -130,7 +130,7 @@ deps=
|
|||
Pygments==1.4
|
||||
httplib2==0.6.0
|
||||
Markdown==2.0.3
|
||||
https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip
|
||||
unittest-xml-reporting==1.2
|
||||
|
||||
[testenv:py27-django13e]
|
||||
basepython=python2.7
|
||||
|
@ -143,4 +143,4 @@ deps=
|
|||
Pygments==1.4
|
||||
httplib2==0.6.0
|
||||
Markdown==2.0.3
|
||||
https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip
|
||||
unittest-xml-reporting==1.2
|
Loading…
Reference in New Issue
Block a user