summaryrefslogtreecommitdiff
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2019-11-10 12:49:33 +0200
committerChris Hunt <chrahunt@gmail.com>2020-01-07 21:44:44 -0500
commitf08dc673a7910cec3bc537369557bbf90c95c110 (patch)
tree3e61f35bafdfaa91cb5338eb9b28fce72901ed1d /.azure-pipelines
parent8c28cda679c8cf927d81ccf0f6519f5cd06fc0fa (diff)
downloadpip-f08dc673a7910cec3bc537369557bbf90c95c110.tar.gz
Upgrade virtualenv
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/steps/run-tests-windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/steps/run-tests-windows.yml b/.azure-pipelines/steps/run-tests-windows.yml
index 30b0021cb..4908c0ec7 100644
--- a/.azure-pipelines/steps/run-tests-windows.yml
+++ b/.azure-pipelines/steps/run-tests-windows.yml
@@ -25,7 +25,7 @@ steps:
Set-Acl "R:\Temp" $acl
displayName: Set RAMDisk Permissions
-- bash: pip install --upgrade setuptools tox
+- bash: pip install --upgrade setuptools tox virtualenv
displayName: Install Tox
- script: tox -e py -- -m unit -n auto --junit-xml=junit/unit-test.xml