mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-10 05:34:45 +00:00
Updates tox.ini for the latest django-redis version.
This commit is contained in:
parent
2cc49d1610
commit
5e872d3040
1 changed files with 3 additions and 2 deletions
5
tox.ini
5
tox.ini
|
|
@ -15,10 +15,11 @@ basepython =
|
|||
deps =
|
||||
coverage
|
||||
django1.6: Django>=1.6,<1.7
|
||||
django1.6: South
|
||||
django1.6: django-redis<4
|
||||
django1.7: Django>=1.7,<1.8
|
||||
South
|
||||
django1.7: django-redis>=4.0.0
|
||||
psycopg2
|
||||
django-redis
|
||||
py2.6: unittest2
|
||||
py{2.6,2.7}: MySQL-python
|
||||
py{2.6,2.7}: python-memcached
|
||||
|
|
|
|||
Loading…
Reference in a new issue