From 4f054b364002ec8c2f8a085d4bb8b85ab6c62a41 Mon Sep 17 00:00:00 2001 From: Adam Charnock Date: Thu, 3 Dec 2015 20:53:10 +0000 Subject: [PATCH] Adding django-filter to .travis.yml As pip doesn't seem inclined to pickup on tests_require --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ac80f4b0..fba19076 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ before_install: install: - | if [ "$TEST_TYPE" = build ]; then - pip install --download-cache $HOME/.cache/pip/ pytest pytest-cov coveralls six pytest-django + pip install --download-cache $HOME/.cache/pip/ pytest pytest-cov coveralls six pytest-django django-filter pip install --download-cache $HOME/.cache/pip/ -e .[django] python setup.py develop elif [ "$TEST_TYPE" = build_website ]; then