Skip to content

Commit b54c76c

Browse files
cylishin-
authored andcommitted
Upgrade tox and virtualenv in appveyor to make sure we have the latest pip.
Signed-off-by: Ying <[email protected]>
1 parent 380914a commit b54c76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '{branch}-{build}'
33
install:
44
- "SET PATH=C:\\Python27-x64;C:\\Python27-x64\\Scripts;%PATH%"
55
- "python --version"
6-
- "pip install tox==2.1.1 virtualenv==13.1.2"
6+
- "pip install tox==2.7.0 virtualenv==15.1.0"
77

88
# Build the binary after tests
99
build: false

0 commit comments

Comments
 (0)