swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: e6c09598fa5288a39b64482aaec7d32e95ed701b authored by Nicolas Dandrimont on 25 February 2016, 14:19:15 UTC
storage: add new method object_find_by_sha1_git
Tip revision: e6c0959
rules
#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.8.5 at
# Tue, 22 Sep 2015 12:05:09 +0200
export PYBUILD_NAME=swh-storage

%:
	dh $@ --with python3 --buildsystem=pybuild


override_dh_auto_test:
	PYBUILD_SYSTEM=custom \
        PYBUILD_TEST_ARGS="python{version} -m nose swh -sva '!db'" \
        dh_auto_test
back to top