File: rules

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

export PYBUILD_NAME=influxdb
#export PYBUILD_DISABLE=test
export PYBUILD_TEST_NOSE=1
export PYBUILD_TEST_ARGS={dir} --verbose
export INFLUXDB_PYTHON_SKIP_SERVER_TESTS=True

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