Re: Build-time testing

2011-03-03 Thread Andrey Rahmatullin
Some results for popular modules: http://wiki.debian.org/AndreyRahmatullin/PythonTests -- WBR, wRAR signature.asc Description: Digital signature

Re: Build-time testing

2011-03-03 Thread Jakub Wilk
* Barry Warsaw , 2011-02-22, 09:47: -snip snip- #!/usr/bin/make -f PYTHON2=$(shell pyversions -vr) %: dh $@ --with python2, --buildsystem python_distutils You probably want to remove the comma. :) test-python%: python$* setup.py test -vv override_dh_auto_test: $(PY