Skip to content

Commit 1658b65

Browse files
committed
Remove unnecessary pytest wrapper script
1 parent f6fe6f8 commit 1658b65

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

.pytest.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ deps=pytest
77
pytest-xdist
88
coverage
99
commands=
10-
coverage run --source=pytest_cpp .pytest.py
10+
coverage run --source=pytest_cpp -m pytest tests
1111
py.test -n8 tests

0 commit comments

Comments
 (0)