update travis install script

This commit is contained in:
Élie Bouttier 2014-08-18 20:25:29 -07:00
parent da619acc4c
commit 8c5ed0c4bb

View file

@ -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: