mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-05 11:24:42 +00:00
Use the new Django 1.10 release in tox.
This commit is contained in:
parent
858f88f154
commit
33bbfcea79
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -12,7 +12,7 @@ basepython =
|
|||
deps =
|
||||
django1.8: Django>=1.8,<1.9
|
||||
django1.9: Django>=1.9,<1.10
|
||||
django1.10: Django==1.10rc1
|
||||
django1.10: Django>=1.10,<1.11
|
||||
psycopg2
|
||||
django-redis
|
||||
python-memcached
|
||||
|
|
|
|||
Loading…
Reference in a new issue