File: rules

package info (click to toggle)
python-pretty-yaml 18.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 156 kB
  • sloc: python: 501; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 257 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

buildvers := $(shell pyversions -sv)
build3vers := $(shell py3versions -sv)

export PYBUILD_NAME = pretty-yaml

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

override_dh_auto_test:
	python2 setup.py test
	python3 setup.py test