On Wed, 25 Nov 2015, Brian May wrote: > Think I was mistaken. I applied to a change in git to test all Python > versions, however didn't push it as it broke the Python 2.7 tests for > reasons I didn't understand:
I pushed another change to test all supported versions and I have had no failure: cd tests && for python in $$(pyversions -s) $$(py3versions -s); do \ echo "——— Running tests with $$python ———"; \ LC_ALL=C.UTF-8 PYTHONPATH=.. $$python ./runtests.py --verbosity=2; \ done Cheers, -- Raphaël Hertzog ◈ Debian Developer Support Debian LTS: http://www.freexian.com/services/debian-lts.html Learn to master Debian: http://debian-handbook.info/get/ _______________________________________________ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team