Merge pull request #428 from blueyed/changedir
tox.ini: remove changedir, use pytest's testpaths
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -5,7 +5,6 @@ envlist=
|
|||||||
py{27,36}-pytest{master,features}
|
py{27,36}-pytest{master,features}
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
changedir=testing
|
|
||||||
passenv = USER USERNAME
|
passenv = USER USERNAME
|
||||||
deps =
|
deps =
|
||||||
pytestlatest: pytest
|
pytestlatest: pytest
|
||||||
@@ -36,6 +35,7 @@ commands =
|
|||||||
|
|
||||||
[pytest]
|
[pytest]
|
||||||
addopts = -ra
|
addopts = -ra
|
||||||
|
testpaths = testing
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
|
|||||||
Reference in New Issue
Block a user