File: rules

package info (click to toggle)
python-twilio 9.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,756 kB
  • sloc: python: 8,281; makefile: 65
file content (14 lines) | stat: -rwxr-xr-x 324 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export PYBUILD_NAME=twilio

# Proxy setting using environment is tested
export http_proxy=
export https_proxy=
export no_proxy=

# skip cluster test depending on pyngrok or internet connection
export PYBUILD_TEST_ARGS=--ignore=tests/cluster -k "not TestUserAgentClients"

%:
	dh $@ --buildsystem=pybuild