mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Changed python version on tests 3.3 to 3.4 due to incompatibility django 1.9 and python 3.3
This commit is contained in:
parent
d14876cbe1
commit
cb39c24b1f
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ sudo: false
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
cache: pip
|
||||
env:
|
||||
- DJANGO_VERSION=1.5.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue