This is an automated email from the ASF dual-hosted git repository. jdanek pushed a commit to branch jd_2019-10_appveyor in repository https://gitbox.apache.org/repos/asf/qpid-proton.git
commit dcd179c7c2c9b72ceaeea66f99ab98221805142c Author: Jiri Danek <[email protected]> AuthorDate: Thu Oct 24 17:20:19 2019 +0200 NO-JIRA Install setuptools with --upgrade --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 116e881..4c510f1 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -17,7 +17,7 @@ install: - vcpkg install jsoncpp:x64-windows - vcpkg integrate install - pip install --user --upgrade pip -- pip install --user setuptools tox +- pip install --user --upgrade setuptools tox cache: - C:\ProgramData\chocolatey\bin -> .appveyor.yml - C:\ProgramData\chocolatey\lib -> .appveyor.yml --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
