diff --git a/tox.ini b/tox.ini index 1622180..ce7fbd4 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,6 @@ envlist= py{27,36}-pytest{master,features} [testenv] -changedir=testing passenv = USER USERNAME deps = pytestlatest: pytest @@ -36,6 +35,7 @@ commands = [pytest] addopts = -ra +testpaths = testing [flake8] max-line-length = 120