From 386c8eb4169bb69a88709518f2e824a24ec74264 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 2 Apr 2019 19:19:03 +0200 Subject: [PATCH] tox.ini: remove changedir, use pytest's testpaths --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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