build: just run pytest, avoid tox when making release
This commit is contained in:
parent
5d15ef9720
commit
1995095627
1 changed files with 1 additions and 1 deletions
2
tasks.py
2
tasks.py
|
@ -30,7 +30,7 @@ def release(c, skip_tests=False):
|
|||
Release a new version of WuttJamaican
|
||||
"""
|
||||
if not skip_tests:
|
||||
c.run('tox')
|
||||
c.run('pytest')
|
||||
|
||||
# rebuild local tar.gz file for distribution
|
||||
if os.path.exists('WuttJamaican.egg-info'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue