diff options
| author | markotibold | 2011-03-15 22:57:45 +0100 |
|---|---|---|
| committer | markotibold | 2011-03-15 22:57:45 +0100 |
| commit | e3011c1fb8455fac58ca41acd38c32c0e791e85b (patch) | |
| tree | 5b23af8ecc645d9845c1cfda1b1aa22cd7ea10b7 /tox.ini | |
| parent | 9ba66a19f814484d86e6a750b27d47b2c4e21033 (diff) | |
| download | django-rest-framework-e3011c1fb8455fac58ca41acd38c32c0e791e85b.tar.bz2 | |
Implementing graphing.
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -11,30 +11,34 @@ basepython=python2.5 deps= django==1.2.4 simplejson + unittest-xml-reporting [testenv:py26-django12] basepython=python2.6 deps= django==1.2.4 + unittest-xml-reporting [testenv:py27-django12] basepython=python2.7 deps= django==1.2.4 + unittest-xml-reporting [testenv:py25-django13] basepython=python2.5 deps= http://www.djangoproject.com/download/1.3-rc-1/tarball/ simplejson + unittest-xml-reporting [testenv:py26-django13] basepython=python2.6 deps= http://www.djangoproject.com/download/1.3-rc-1/tarball/ - + unittest-xml-reporting [testenv:py27-django13] basepython=python2.7 deps= http://www.djangoproject.com/download/1.3-rc-1/tarball/ - + unittest-xml-reporting |
