python-click/debian/rules

9 lines
169 B
Plaintext
Raw Normal View History

2014-10-10 18:56:09 +02:00
#!/usr/bin/make -f
export PYBUILD_NAME=click
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS={dir}/tests/
%:
dh $@ --with python2,python3 --buildsystem=pybuild