[Python-modules-team] Django 1.9

Raphael Hertzog hertzog at debian.org
Wed Nov 25 15:21:32 UTC 2015


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/



More information about the Python-modules-team mailing list