Skip to content

Commit f3a8aa1

Browse files
committed
remove pytest.ini and put settings in tox.ini
1 parent c433acf commit f3a8aa1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pytest.ini

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

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ isolated_build = True
44
envlist = clean,py{36,37},report,pre-commit
55

66
[pytest]
7+
testpaths = adaptive
78
addopts =
89
--durations=5
910
--cov --cov-append --cov-fail-under=70 --cov-report=

0 commit comments

Comments
 (0)