File: rules

package info (click to toggle)
python-venusian 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 476 kB
  • sloc: python: 1,405; makefile: 72
file content (8 lines) | stat: -rwxr-xr-x 182 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export PYBUILD_NAME=venusian
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS={dir}/venusian/tests/

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