debian-django-tables2/debian/rules

14 lines
278 B
Makefile
Executable File

#!/usr/bin/make -f
# -*- makefile -*-
export PYBUILD_NAME=django-tables2
%:
dh $@ --with python2
.PHONY: override_dh_auto_test
override_dh_auto_test:
# Tests require attest which isn't in Debian yet.
# https://pypi.python.org/pypi/Attest/0.5.3
# Disabling tests for now.