diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2023-02-21 21:02:23 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2023-02-21 21:02:23 -0600 |
commit | 28c2ae9102d4204b3f0a79419eec1e72dbbc529a (patch) | |
tree | e93b4034371bc569f2a528db6cd5ad29afd9b001 /pyproject.toml | |
parent | f2ab2bac6b26f82730d5f5d7ab1e6d5f2f1060e3 (diff) |
add configuration testing, small refactor
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 30773d7..3b0018a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,8 @@ testpaths = [ "tests", ] env = [ - "PYMDVAR_TEST_1=1" + "PYMDVAR_TEST_1=1", + "PYSSG_HOME=/tmp/pyssg" ] [tool.mypy] |