Install importlib backport in python 2.6.

This commit is contained in:
Michael Kutý 2016-01-03 00:10:42 +01:00
parent ca8841ce9c
commit d1b83e1145

View file

@ -13,8 +13,8 @@ script:
- coverage run --branch --source=dbtemplates `which django-admin.py` test dbtemplates
- coverage report --omit="dbtemplates/test*,dbtemplates/migrations*"
env:
- DJANGO=1.4.5
- DJANGO=1.5.1
- DJANGO="1.4.5 importlib"
- DJANGO="1.5.1 importlib"
- DJANGO=1.7.8
- DJANGO=1.8
matrix: