16 lines
340 B
Plaintext
Raw Normal View History

#!/usr/bin/make -f
override_dh_auto_clean:
dh_auto_clean
rm -f .coverage
rm -rf .tox
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
flake8 -v --max-line-length=99 --extend-exclude=ubuntu-archive-assistant,ubuntu_archive_assistant
nosetests3 -v ubuntutools
endif
2010-08-02 20:41:09 +02:00
%:
dh $@ --with python3 --buildsystem=pybuild