2
0
Fork 0

Run tests when doing a release

This commit is contained in:
Lance Edgar 2023-11-19 00:53:35 -06:00
parent 4350704996
commit 417f7e5c38

View file

@ -18,6 +18,8 @@ def release(c):
"""
Release a new version of WuttJamaican
"""
c.run('tox')
# rebuild local tar.gz file for distribution
if os.path.exists('WuttJamaican.egg-info'):
shutil.rmtree('WuttJamaican.egg-info')