Skip to content

Commit

Permalink
fix ci (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored Oct 8, 2018
1 parent 61a0ce2 commit 6f8a1f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion azure-run-tox-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
- script: "$(python) -c \"import sys; print(sys.version); print(sys.executable)\""
displayName: show python information

- script: "python -m pip install -U tox --pre"
- script: "python -m pip install -U pip setuptools --user -v"
displayName: upgrade pip and setuptools

- script: "python -m pip install -U tox --pre --user -v"
displayName: install tox

- script: ${{ format('python -m tox -e {0} --notest', parameters.tox) }}
Expand Down

0 comments on commit 6f8a1f0

Please sign in to comment.