update travis install script
This commit is contained in:
parent
da619acc4c
commit
8c5ed0c4bb
1 changed files with 1 additions and 4 deletions
|
@ -11,10 +11,7 @@ env:
|
|||
install:
|
||||
- if [[ $DJANGO == '1.6' ]]; then pip install django==1.6; fi
|
||||
- if [[ $DJANGO != '1.6' ]]; then pip install -e git+git://github.com/django/django.git@1.7c2#egg=django1.7rc2; fi
|
||||
- pip install django-markdown
|
||||
- pip install django-colorful
|
||||
- pip install git+git://github.com/bouttier/django-forms-bootstrap.git@master
|
||||
- pip install django-bootstrap3-datetimepicker
|
||||
- pip install -r requirements.txt
|
||||
- if [[ $DJANGO == '1.6' ]]; then pip install coveralls; fi
|
||||
|
||||
script:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue