From acddc8be5810db2752d397cb38aa52e81c7320d5 Mon Sep 17 00:00:00 2001 From: Christian Kreuzberger Date: Thu, 14 Dec 2017 09:06:05 +0100 Subject: [PATCH] Travis-CI: Make sure that we always use the latest django version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a5caca1..e8aac93 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ cache: directories: - $HOME/.cache/pip install: - - pip install -q Django==$DJANGO_VERSION # install custom django version + - pip install -q Django==$DJANGO_VERSION.* # install custom django version - pip install -r tests/user_foreign_key_testapp/requirements.txt matrix: exclude: