tox.ini: remove changedir, use pytest's testpaths

This commit is contained in:
Daniel Hahler
2019-04-02 19:19:03 +02:00
parent 911dfdbcb6
commit 386c8eb416

View File

@@ -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