From b54c76c3c1e89390d27f816eed97afbd2c3b9bf8 Mon Sep 17 00:00:00 2001 From: Ying Date: Fri, 16 Jun 2017 18:46:09 -0700 Subject: [PATCH] Upgrade tox and virtualenv in appveyor to make sure we have the latest pip. Signed-off-by: Ying --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 1fc67cc0..41cde625 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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