build: run pytest
but avoid tox
when preparing release
buildbot can let us know if something goes wrong with an atypical python version etc.
This commit is contained in:
parent
eede274529
commit
d2d0206b45
1 changed files with 1 additions and 1 deletions
2
tasks.py
2
tasks.py
|
@ -36,7 +36,7 @@ def release(c, skip_tests=False):
|
|||
Release a new version of 'Tailbone'.
|
||||
"""
|
||||
if not skip_tests:
|
||||
c.run('tox')
|
||||
c.run('pytest')
|
||||
|
||||
if os.path.exists('dist'):
|
||||
shutil.rmtree('dist')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue