charm-layer-openstack/Makefile

12 lines
170 B
Makefile

#!/usr/bin/make
PYTHON := /usr/bin/env python
clean:
@rm -rf .testrepository .unit-state.db .tox
lint:
@tox -e pep8
test:
@echo Starting unit tests...
@tox -e py27