X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Makefile;h=0812d53dd0f5cf2c441046e9aaca71dfc75d7fb6;hb=8a3ccd4c23c41b30126ae548a575233cba11cc4d;hp=88d58dc3e9d4c59520c86f2642501e2b345cb817;hpb=c2ca299be7f2663544d4d3ebd85ee19b5011b190;p=osm%2FN2VC.git diff --git a/Makefile b/Makefile index 88d58dc..0812d53 100644 --- a/Makefile +++ b/Makefile @@ -3,5 +3,10 @@ PY := .tox/py35/bin/python3.5 .tox: tox -r --notest +.phony: client client: $(PY) -m juju.client.facade -s juju/client/schemas.json -o juju/client/client.py + +.phony: test +test: + tox