Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Try upgrade pip in before_install step
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Jackson committed Dec 10, 2020
1 parent c223489 commit 1acec3e
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
Expand Up @@ -15,9 +15,9 @@ env:
- DJANGO_INSTALL=django\<2.1.99
- DJANGO_INSTALL=git+https://github.com/django/django.git\#egg=django
# command to install dependencies (mock & nose are already installed)
before_install:
- python -m pip install --upgrade pip
install:
- pip install --upgrade pip
- pip --version
- pip install $DJANGO_INSTALL
- python setup.py install
- pip install django-nose coverage mock
Expand Down

0 comments on commit 1acec3e

Please sign in to comment.