From 7c5dce7a1d11e33d4d2459ace45b98de8a4a8bbf Mon Sep 17 00:00:00 2001 From: Till Maas Date: Tue, 10 Jul 2018 19:55:29 +0200 Subject: [PATCH] Fix typo in tox.ini --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 89c29c0..28ba9ca 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ pytesttarget = . passenv = {[base]passenv} setenv = {[base]setenv} -hangedir = {[base]changedir} +changedir = {[base]changedir} basepython = python2.6 commands = pytest \