File: rules

package info (click to toggle)
influxdb-python 3.0.0-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 456 kB
  • sloc: python: 5,140; makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 247 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