just install tox explicitly

This commit is contained in:
Brian Cristante 2018-10-05 16:01:08 -04:00
parent 5cbcb72554
commit 1b67afe99c
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ steps:
inputs:
versionSpec: '$(python.version)'
- template: install-dependencies.yml
- bash: pip install --upgrade setuptools tox
displayName: Install Tox
- script: tox -e py -- -m unit --junit-xml=junit/unit-test.xml
displayName: Tox run unit tests