Skip to content

Commit

Permalink
Update the version integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcquade committed May 3, 2020
1 parent dc585d9 commit ba73c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def upload_to_pypi_prod_server(c):
c.run("python -m pip install cloudsplaining")


@task
@task(pre=[install_package])
def version_check(c):
"""Print the version"""
try:
Expand Down

0 comments on commit ba73c75

Please sign in to comment.