mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Closes #39. Remove --use-mirrors from travis
This commit is contained in:
parent
5c20fd6348
commit
1c603193ff
1 changed files with 4 additions and 4 deletions
|
|
@ -7,10 +7,10 @@ env:
|
|||
- DJANGO_VERSION=1.5.2
|
||||
- DJANGO_VERSION=1.6.5
|
||||
install:
|
||||
- pip install -q Django==$DJANGO_VERSION --use-mirrors
|
||||
- pip install coveralls --use-mirrors
|
||||
- pip install mock --use-mirrors
|
||||
- pip install south --use-mirrors
|
||||
- pip install -q Django==$DJANGO_VERSION
|
||||
- pip install coveralls
|
||||
- pip install mock
|
||||
- pip install south
|
||||
- pip install nose
|
||||
- pip install testfixtures
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in a new issue