Skip to content

Instantly share code, notes, and snippets.

View tvansteenburgh's full-sized avatar

Tim Van Steenburgh tvansteenburgh

  • Stacklet.io
  • Gainesville, FL
View GitHub Profile
@tvansteenburgh
tvansteenburgh / gist:927a8f440fd456630106
Created October 2, 2014 14:12
Sample Juju Charm Makefile
#!/usr/bin/make
lint: .venv
@flake8 hooks unit_tests
test: .venv
@echo Starting tests...
.venv/bin/nosetests unit_tests
.venv: