summaryrefslogtreecommitdiff
path: root/debian/rules
blob: b6196e61efa2b0dace77bbf7db47e38c6b99df1f (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

export PYBUILD_NAME=aiohttp-cors
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS=-k-tests/integration/test_real_browser.py

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