File: rules

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

export http_proxy = http://127.0.0.1:9/

%:
	dh $@ --with python2

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	set -ex; \
	for python in $(shell pyversions -r); do \
		$$python setup.py test -vv; \
	done
endif