diff options
| author | Tom Christie | 2011-04-27 18:29:12 +0100 |
|---|---|---|
| committer | Tom Christie | 2011-04-27 18:29:12 +0100 |
| commit | 1e1c4f85fc0d1a9ea0593b6906b6a09ec549c972 (patch) | |
| tree | 7dd74114ad7be23847c6e49dd64cf4047127ee33 /tox.ini | |
| parent | cc004dbca19882d301516494f0b73af940aeb6bb (diff) | |
| parent | fb805bbb7ca80808258520219330cc5fb3bc0517 (diff) | |
| download | django-rest-framework-1e1c4f85fc0d1a9ea0593b6906b6a09ec549c972.tar.bz2 | |
Pulling marko's test fixes
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 |
