improvements to the tests, and added testing to the pipeline. Now a package won't publish if it doesn't test :)

This commit is contained in:
2021-03-24 13:47:47 +01:00
parent 493d13f779
commit fbf0277dd1
3 changed files with 23 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ setuptools.setup(
name="vaultdb",
version="0.0.1",
version_config=True,
test_suite="test",
setup_requires=['setuptools-git-versioning'],
author="Beppe Vanrolleghem",
author_email="beppe.vanrolleghem@gmail.com",