2 PYTHON := /usr/bin/env python
8 juju-compose -o ~/charms .
11 @flake8 --exclude hooks/charmhelpers hooks unit_tests tests
15 @echo Starting tests...
19 @echo Starting Amulet tests...
20 # coreycb note: The -v should only be temporary until Amulet sends
21 # raise_status() messages to stderr:
22 # https://bugs.launchpad.net/amulet/+bug/1320357
23 @juju test -v -p AMULET_HTTP_PROXY,AMULET_OS_VIP --timeout 2700