mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Official support for Django 1.8
This commit is contained in:
commit
7de9a22876
1 changed files with 3 additions and 1 deletions
|
|
@ -1,12 +1,14 @@
|
|||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
- "pypy"
|
||||
cache: pip
|
||||
env:
|
||||
- DJANGO_VERSION=1.5.2
|
||||
- DJANGO_VERSION=1.6.5
|
||||
- DJANGO_VERSION=1.7.0
|
||||
- DJANGO_VERSION=1.8.0
|
||||
install:
|
||||
- pip install -q Django==$DJANGO_VERSION
|
||||
- pip install coveralls
|
||||
|
|
|
|||
Loading…
Reference in a new issue