Skip to content

Commit b3c2c19

Browse files
committed
less tests
1 parent f3d9ac4 commit b3c2c19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ steps:
1616
- script: pip install -e .
1717
displayName: 'Install r2d'
1818

19-
- script: pytest --durations 10 --cov repo2docker -v tests
19+
# venv conda
20+
- script: pytest --durations 10 --cov repo2docker -vs tests/unit
2021
displayName: 'Run pytest'

0 commit comments

Comments
 (0)