2
0
Fork 0

build: just run pytest, avoid tox when making release

This commit is contained in:
Lance Edgar 2024-07-14 11:08:26 -05:00
parent 5d15ef9720
commit 1995095627

View file

@ -30,7 +30,7 @@ def release(c, skip_tests=False):
Release a new version of WuttJamaican Release a new version of WuttJamaican
""" """
if not skip_tests: if not skip_tests:
c.run('tox') c.run('pytest')
# rebuild local tar.gz file for distribution # rebuild local tar.gz file for distribution
if os.path.exists('WuttJamaican.egg-info'): if os.path.exists('WuttJamaican.egg-info'):