1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Upgrade virtualenv

This commit is contained in:
Hugo 2019-11-10 12:49:33 +02:00 committed by Chris Hunt
parent 8c28cda679
commit f08dc673a7

View file

@ -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