Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.
Prev Previous commit
Next Next commit
Feature PS-9868:
Fix tox command for tests
  • Loading branch information
MudlaffP committed May 6, 2019
commit c7f9f8eee8f77a3469c1c09054f99853e0329a1d
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ deps =
pip_pre = true

commands =
pytest -vv --cov=paperspace --cov-append
pytest --cov=paperspace --cov-append

[testenv:check]
deps =
Expand Down