File: rules

package info (click to toggle)
pytest-cython 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 300 kB
  • sloc: python: 555; ansic: 6; cpp: 6; makefile: 5
file content (13 lines) | stat: -rwxr-xr-x 353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export PYBUILD_NAME := pytest-cython

# Prevent setuptools/distribute from accessing the internet.
export http_proxy := http://127.0.9.1:9

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

override_dh_auto_test:
	# Intentionally left blank; pytest-cython's test suite
	# is based on tox and only runs tests with a virtualenv.