Permalink
Cannot retrieve contributors at this time
Fetching contributors…

[tox] | |
envlist=py26,py26-trunk,py27,py27-trunk | |
[testenv] | |
deps= | |
django==1.3 | |
mock==0.7.2 | |
commands=python runtests.py | |
[testenv:py26-trunk] | |
basepython=python2.6 | |
deps= | |
svn+http://code.djangoproject.com/svn/django/trunk#egg=django | |
mock==0.7.2 | |
[testenv:py27-trunk] | |
basepython=python2.7 | |
deps= | |
svn+http://code.djangoproject.com/svn/django/trunk#egg=django | |
mock==0.7.2 |