diff options
| author | markotibold | 2011-04-27 13:47:46 +0200 | 
|---|---|---|
| committer | markotibold | 2011-04-27 13:47:46 +0200 | 
| commit | a880bf460af4cd9135bc8cc85de9806f3f314e3c (patch) | |
| tree | 6d005a8157ea8ab5ecaf170bb5b4b6f7aad69264 /tox.ini | |
| parent | 9473d17dd6703bbc570b5104672949758835a41b (diff) | |
| download | django-rest-framework-a880bf460af4cd9135bc8cc85de9806f3f314e3c.tar.bz2 | |
Danielfm packaged the 1.2 release so we can now install it from his repo.
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 24 | 
1 files changed, 12 insertions, 12 deletions
@@ -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
\ No newline at end of file +	unittest-xml-reporting==1.2
\ No newline at end of file  | 
