Upgrade tox and virtualenv in appveyor to make sure we have the latest pip.

Signed-off-by: Ying <ying.li@docker.com>
This commit is contained in:
Ying 2017-06-16 18:46:09 -07:00 committed by Joffrey F
parent c163375591
commit 35f29d08d7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ version: '{branch}-{build}'
install:
- "SET PATH=C:\\Python27-x64;C:\\Python27-x64\\Scripts;%PATH%"
- "python --version"
- "pip install tox==2.1.1 virtualenv==13.1.2"
- "pip install tox==2.7.0 virtualenv==15.1.0"
# Build the binary after tests
build: false