Skip to content

Commit

Permalink
Fix Django master install
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynovikov committed Apr 16, 2021
1 parent 6260a28 commit 81b991e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sudo: false
language: python
cache: pip

Expand Down Expand Up @@ -34,9 +33,10 @@ matrix:
- env: DJANGO_VERSION=master

install:
- pip install Django==${DJANGO_VERSION}
- pip install coverage
- pip install codacy-coverage
- if [[ $DJANGO_VERSION == master ]]; then pip install -e git+https://github.com/django/django@master#egg=django
-U; else pip install Django==${DJANGO_VERSION} -U; fi

branches:
only:
Expand Down

0 comments on commit 81b991e

Please sign in to comment.