build: just run pytest, avoid tox when making release
This commit is contained in:
parent
5d15ef9720
commit
1995095627
2
tasks.py
2
tasks.py
|
@ -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'):
|
||||||
|
|
Loading…
Reference in a new issue