#!/usr/bin/make -f

# Integration tests need a live NetBox; run unit tests only
export PYBUILD_TEST_ARGS = tests/unit tests/test_*.py

%:
	dh $@ --buildsystem=pybuild
