Skip to content

Commit

Permalink
Newer virtualenv also for Azure pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzymadness committed Jun 17, 2020
1 parent 6561d0e commit a8a8fa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/steps/run-tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ steps:
Set-Acl "R:\Temp" $acl
displayName: Set RAMDisk Permissions

- bash: pip install --upgrade 'virtualenv<20' setuptools tox
- bash: pip install --upgrade 'virtualenv' setuptools tox
displayName: Install Tox

- script: tox -e py -- -m unit -n auto --junit-xml=junit/unit-test.xml
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/steps/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ steps:
inputs:
versionSpec: '$(python.version)'

- bash: pip install --upgrade 'virtualenv<20' setuptools tox
- bash: pip install --upgrade 'virtualenv' setuptools tox
displayName: Install Tox

- script: tox -e py -- -m unit -n auto --junit-xml=junit/unit-test.xml
Expand Down

0 comments on commit a8a8fa8

Please sign in to comment.