Skip to content

Commit 0242acf

Browse files
authored
Merge pull request #428 from blueyed/changedir
tox.ini: remove changedir, use pytest's testpaths
2 parents 04c0265 + 386c8eb commit 0242acf

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
@@ -5,7 +5,6 @@ envlist=
55
py{27,36}-pytest{master,features}
66

77
[testenv]
8-
changedir=testing
98
passenv = USER USERNAME
109
deps =
1110
pytestlatest: pytest
@@ -36,6 +35,7 @@ commands =
3635

3736
[pytest]
3837
addopts = -ra
38+
testpaths = testing
3939

4040
[flake8]
4141
max-line-length = 120

0 commit comments

Comments
 (0)