build: no tests to run yet
This commit is contained in:
parent
ec06c299d5
commit
8ef59bc53f
1 changed files with 3 additions and 1 deletions
4
tasks.py
4
tasks.py
|
|
@ -15,7 +15,9 @@ def release(c, skip_tests=False):
|
||||||
Release a new version of WuttaFarm
|
Release a new version of WuttaFarm
|
||||||
"""
|
"""
|
||||||
if not skip_tests:
|
if not skip_tests:
|
||||||
c.run("pytest")
|
# TODO
|
||||||
|
# c.run("pytest")
|
||||||
|
pass
|
||||||
|
|
||||||
if os.path.exists("dist"):
|
if os.path.exists("dist"):
|
||||||
shutil.rmtree("dist")
|
shutil.rmtree("dist")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue