Skip to content

Commit

Permalink
Upgrade pip for virtualenv
Browse files Browse the repository at this point in the history
With this commit we upgrade pip to the latest version in the `make
install` target (used only for development). This avoids warnings about
an outdated version and let's us also use newer pip features in the
future.

Relates #707
  • Loading branch information
danielmitterdorfer authored Jun 7, 2019
1 parent 6958fe7 commit c7030ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ check-venv:
fi

install: venv-create
. $(VENV_ACTIVATE_FILE); pip install --upgrade pip
. $(VENV_ACTIVATE_FILE); pip3 install -e .
# install tox for it tests
. $(VENV_ACTIVATE_FILE); pip3 install tox
Expand Down

0 comments on commit c7030ff

Please sign in to comment.