From ecc2fa1e6e4dbbb80395ef6725f6d26b44fe4ef6 Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Thu, 8 Oct 2015 09:23:55 -0700 Subject: [PATCH] Fixed tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4e7146a0..f4d6a6bf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: - 3.5 - pypy install: -- pip install pytest pytest-cov coveralls flake8 six blinker +- pip install pytest pytest-cov coveralls flake8 six blinker pytest-django - pip install -e .[django] - python setup.py develop script: