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

Commit

Permalink
Check PIP version after doing upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Jackson committed Dec 10, 2020
1 parent 66d75f2 commit c223489
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ env:
# command to install dependencies (mock & nose are already installed)
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 c223489

Please sign in to comment.