added display names to azure

This commit is contained in:
Anthony Scopatz 2019-01-28 21:54:54 -05:00
parent 1102e1b8de
commit e6ead988b6

View file

@ -27,12 +27,14 @@ jobs:
installOptions: '-c conda-forge/label/cf201901'
updateConda: false
condition: eq(variables['python.version'], '3.5')
displayName: 'Conda Environment (conda-forge/label/cf201901)'
- task: CondaEnvironment@1
inputs:
packageSpecs: 'python=$(python.version) pygments prompt_toolkit ply pytest pytest-timeout numpy psutil matplotlib flake8 coverage pyflakes pytest-cov pytest-flake8 codecov'
installOptions: '-c conda-forge'
updateConda: false
condition: ne(variables['python.version'], '3.5')
displayName: 'Conda Environment (conda-forge)'
- script: |
pip install .
xonsh run-tests.xsh --timeout=10 --junitxml=junit/test-results.xml