mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-05-20 10:21:51 +00:00
Old version of Django doesnt support Py3
This commit is contained in:
parent
6df2442914
commit
893818104d
1 changed files with 1 additions and 2 deletions
|
|
@ -1,10 +1,9 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
env:
|
||||
- DJANGO_VERSION=1.4.5
|
||||
- DJANGO_VERSION=1.5.1
|
||||
- DJANGO_VERSION=1.5.2
|
||||
install:
|
||||
- pip install -q Django==$DJANGO_VERSION --use-mirrors
|
||||
|
|
|
|||
Loading…
Reference in a new issue