Skip to content

Commit

Permalink
added tox testing to release cycle as opposed to only pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
knowsuchagency committed Jun 26, 2017
1 parent 154ce46 commit 82f4558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def dist():
@task
def release():
"""Package and upload a release."""
test()
test_all()
clean()
publish_docs()

Expand Down

0 comments on commit 82f4558

Please sign in to comment.