mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
added display names to azure
This commit is contained in:
parent
1102e1b8de
commit
e6ead988b6
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue