Skip to content

Commit

Permalink
Merge pull request #772 from locustio/zap-unit2
Browse files Browse the repository at this point in the history
drop unitt2 and use tox in 'make test' target
  • Loading branch information
aldenpeterson-wf authored Apr 21, 2018
2 parents 46628ed + ccc61c1 commit f910c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ coverage:
coverage run -m unittest discover

test:
unit2 discover
tox

release:
rm dist/* && python setup.py sdist && twine upload dist/*
Expand Down

0 comments on commit f910c16

Please sign in to comment.