Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit c7f9f8e

Browse files
committed
Feature PS-9868:
Fix tox command for tests
1 parent b96614e commit c7f9f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ deps =
2626
pip_pre = true
2727

2828
commands =
29-
pytest -vv --cov=paperspace --cov-append
29+
pytest --cov=paperspace --cov-append
3030

3131
[testenv:check]
3232
deps =

0 commit comments

Comments
 (0)