From 2e57cde3eae64b4c8b9052c5891ef8bd8a55a266 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Tue, 10 Feb 2015 18:29:01 +0100 Subject: [PATCH] pytest-django works with Django 1.8 now --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f07ed66..3832294 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ deps = dj-search-url django-cache-url>=0.6.0 six - https://github.com/pytest-dev/pytest-django/archive/master.zip#egg=pytest-django + pytest-django pytest-cov dj14: https://github.com/django/django/archive/stable/1.4.x.zip#egg=django dj15: https://github.com/django/django/archive/stable/1.5.x.zip#egg=django