summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing <ying.li@docker.com>2017-06-16 18:46:09 -0700
committerJoffrey F <f.joffrey@gmail.com>2017-08-17 13:38:40 -0700
commitb54c76c3c1e89390d27f816eed97afbd2c3b9bf8 (patch)
treea85759868a42c77e72d543545ca6fed6e26f6fb8
parent380914aaaa2cd3ebb0f2367f214d5de6c8eada89 (diff)
downloaddocker-py-b54c76c3c1e89390d27f816eed97afbd2c3b9bf8.tar.gz
Upgrade tox and virtualenv in appveyor to make sure we have the latest pip.
Signed-off-by: Ying <ying.li@docker.com>
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1fc67cc..41cde62 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