Fixed poetry prefixed commands

api-breakage
Morty Space 4 years ago
parent 6eb8ead00f
commit 6b89f65364
  1. 2
      azure-pipelines.yml
  2. 2
      docs/Makefile

@ -64,6 +64,6 @@ steps:
- script: |
cd docs && make doctest && cd ..
pytest -v --cov . --cov-report xml:coverage.xml
poetry run pytest -v --cov . --cov-report xml:coverage.xml
./cc-test-reporter after-build --exit-code $?
displayName: 'Run tests'

@ -3,7 +3,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXBUILD = poetry run sphinx-build
SOURCEDIR = source
BUILDDIR = build

Loading…
Cancel
Save