#!/usr/bin/make -f

# export DH_VERBOSE=1

UPSTREAM_GIT = git://github.com/rbarrois/factory_boy.git

include /usr/share/openstack-pkg-tools/pkgos.make

%:
	dh $@ --with python2 --buildsystem=python_distutils

override_dh_auto_test:
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
	python -W default setup.py test
endif
