mirror of
https://github.com/jazzband/django-avatar.git
synced 2026-03-16 22:20:30 +00:00
One more attempt to get the build to work on Django 1.8
This commit is contained in:
parent
51b336accc
commit
54dde3a6a5
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ python:
|
|||
install:
|
||||
- pip install -e .
|
||||
- pip install -r tests/requirements.txt
|
||||
- pip install https://github.com/django/django/archive/${DJANGO}.zip#egg=django
|
||||
- pip install Django==${DJANGO}
|
||||
script: make test
|
||||
env:
|
||||
- DJANGO=1.4.20
|
||||
|
|
|
|||
Loading…
Reference in a new issue