diff options
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -57,25 +57,25 @@ deps = [testenv:py26-django16] basepython = python2.6 deps = - https://www.djangoproject.com/download/1.6c1/tarball/ + Django>=1.6,<1.7 {[testenv]deps} [testenv:py27-django16] basepython = python2.7 deps = - https://www.djangoproject.com/download/1.6c1/tarball/ + Django>=1.6,<1.7 {[testenv]deps} [testenv:py32-django16] basepython = python3.2 deps = - https://www.djangoproject.com/download/1.6c1/tarball/ + Django>=1.6,<1.7 {[testenv]deps} [testenv:py33-django16] basepython = python3.3 deps = - https://www.djangoproject.com/download/1.6c1/tarball/ + Django>=1.6,<1.7 {[testenv]deps} [testenv:flake8] |
