Skip to content

Commit

Permalink
cirrus: use poetry bin instead of module
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Apr 16, 2020
1 parent e93cc43 commit 262d313
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ test_task:
- $PYTHON -m ensurepip
- $PYTHON -m pip install pip -U
- $PYTHON -m pip install poetry -U
- $PYTHON -m poetry config virtualenvs.in-project true
deps_script: $PYTHON -m poetry install
test_script: $PYTHON -m poetry run pytest -q --junitxml=junit.xml tests
- poetry config virtualenvs.in-project true
deps_script: poetry install
test_script: poetry run pytest -q --junitxml=junit.xml tests
on_failure:
annotate_failure_artifacts:
path: junit.xml
Expand Down

0 comments on commit 262d313

Please sign in to comment.