mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Improve travis
This commit is contained in:
parent
95a3b29c5a
commit
2ec4feb8c4
1 changed files with 1 additions and 2 deletions
|
|
@ -1,10 +1,9 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
env:
|
||||
- DJANGO_VERSION=1.4.5
|
||||
- DJANGO_VERSION=1.5.1
|
||||
install:
|
||||
- pip install -q Django==$DJANGO_VERSION
|
||||
- pip install -q Django==$DJANGO_VERSION --use-mirrors
|
||||
script: python setup.py test
|
||||
|
|
|
|||
Loading…
Reference in a new issue