swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 3cadf769d464a7182a3a9d3ff38d3f6c7dfdcd05 authored by Antoine R. Dumont (@ardumont) on 06 November 2015, 16:58:46 UTC
sql: Add contents to directory_walk_one
Tip revision: 3cadf76
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