mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Install importlib backport in python 2.6.
This commit is contained in:
parent
ca8841ce9c
commit
d1b83e1145
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue