Skip to content

Commit

Permalink
Travis-CI: Make sure that we always use the latest django version
Browse files Browse the repository at this point in the history
  • Loading branch information
anx-ckreuzberger committed Dec 14, 2017
1 parent 5a3b37a commit acddc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit acddc8b

Please sign in to comment.