removed django dev from 2.6 since django dropped support

This commit is contained in:
Mikela Clemmons 2014-08-25 13:28:03 -07:00
parent 8dc84e675d
commit 51c2581a27
1 changed files with 0 additions and 5 deletions

View File

@ -29,11 +29,6 @@ basepython = python2.7
deps = django>=1.4,<1.5
{[testenv]deps}
[testenv:py2.6-django.dev]
basepython = python2.6
deps = https://github.com/django/django/zipball/master
{[testenv]deps}
[testenv:py2.6-django1.6]
basepython = python2.6
deps = django>=1.6,<1.7