diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2023-02-17 01:06:26 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2023-02-17 01:06:26 -0600 |
commit | a5d9664a9264f45b088cc363331b391a40779b40 (patch) | |
tree | b3d94b185706a60dc3159b405ee04068d1b93a2c /pyproject.toml | |
parent | b0d48558606fabfb582358077c3c909c2bbb63e1 (diff) |
finish testing and polishing, add readmev1.0.0
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index dcaca35..7744d62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,9 @@ addopts = "--cov-report term-missing --cov=pymdvar" testpaths = [ "tests", ] +env = [ + "PYMDVAR_TEST_1=1" +] [tool.mypy] mypy_path = "src" |