We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d9ac4 commit b3c2c19Copy full SHA for b3c2c19
azure-pipelines.yml
@@ -16,5 +16,6 @@ steps:
16
- script: pip install -e .
17
displayName: 'Install r2d'
18
19
-- script: pytest --durations 10 --cov repo2docker -v tests
+# venv conda
20
+- script: pytest --durations 10 --cov repo2docker -vs tests/unit
21
displayName: 'Run pytest'
0 commit comments