Skip to content

Commit

Permalink
Merge pull request #3118 from robin-jarry/venv-setuptools-upgrade
Browse files Browse the repository at this point in the history
virtualenv: upgrade setuptools to avoid errors
  • Loading branch information
tardyp committed Apr 14, 2017
2 parents e3b33ae + d2b9a0b commit e6fb787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ docker-buildbot-master-ubuntu:

.venv:
virtualenv .venv
.venv/bin/pip install -U pip
.venv/bin/pip install -U pip setuptools
.venv/bin/pip install -e pkg \
-e 'master[tls,test,docs]' \
-e 'worker[test]' \
Expand Down

0 comments on commit e6fb787

Please sign in to comment.