diff options
| author | markotibold | 2011-03-17 01:02:34 +0100 |
|---|---|---|
| committer | markotibold | 2011-03-17 01:02:34 +0100 |
| commit | 5f2c53bf069b308010d0698ff15e38ce3b1592b9 (patch) | |
| tree | 09dd1740d1d882385dcb90bfd98343aec98ce7c9 /tox.ini | |
| parent | e3011c1fb8455fac58ca41acd38c32c0e791e85b (diff) | |
| download | django-rest-framework-5f2c53bf069b308010d0698ff15e38ce3b1592b9.tar.bz2 | |
Test result graphing now possible for all 6 environments. Had to fix unittest-xml-reporting to work for both 1.2 and 1.3 to achieve this. The fix is reported to the owner of the project.
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -11,34 +11,34 @@ basepython=python2.5 deps= django==1.2.4 simplejson - unittest-xml-reporting + https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip [testenv:py26-django12] basepython=python2.6 deps= django==1.2.4 - unittest-xml-reporting + https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip [testenv:py27-django12] basepython=python2.7 deps= django==1.2.4 - unittest-xml-reporting + https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip [testenv:py25-django13] basepython=python2.5 deps= http://www.djangoproject.com/download/1.3-rc-1/tarball/ simplejson - unittest-xml-reporting + https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip [testenv:py26-django13] basepython=python2.6 deps= http://www.djangoproject.com/download/1.3-rc-1/tarball/ - unittest-xml-reporting + https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip [testenv:py27-django13] basepython=python2.7 deps= http://www.djangoproject.com/download/1.3-rc-1/tarball/ - unittest-xml-reporting + https://github.com/downloads/markotibold/unittest-xml-reporting/unittest-xml-reporting-1.1.zip |
