summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index ca623aa4b..efdca7091 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,6 +16,9 @@ norecursedirs = tests/integration/project integration-cache tmp __pycache__ .egg
python_files = tests/*/*.py
env =
D:BST_TEST_SUITE=True
+ D:XDG_CACHE_HOME=./tmp/cache
+ D:XDG_CONFIG_HOME=./tmp/config
+ D:XDG_DATA_HOME=./tmp/share
[pycodestyle]
max-line-length = 119