Working async AllWatcher example
[osm/N2VC.git] / Makefile
1 PY := .tox/py35/bin/python3.5
2
3 .tox:
4 tox -r --notest
5
6 .phony: client
7 client:
8 $(PY) -m juju.client.facade -s juju/client/schemas.json -o juju/client/_client.py
9
10 .phony: test
11 test:
12 tox