diff --git a/.travis.yml b/.travis.yml index e1465b0..90681a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ install: - pip install coveralls coverage --cache-dir $HOME/.pip-cache/ - pip install flake8 --cache-dir $HOME/.pip-cache/ - pip install -r requirements-dev.txt --cache-dir $HOME/.pip-cache/ + - pip install git+git://github.com/torchbox/wagtail-personalisation.git@b786b0a4d2e7a39c6034eb7b99d6158f065ca784#egg=wagtail_personalisation - pip install -e . --cache-dir $HOME/.pip-cache/ script: - flake8 molo diff --git a/requirements.txt b/requirements.txt index be9a15e..a39ed3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ molo.core<6.0.0,>=5.0.0 celery<4.0 django-celery wagtailsurveys==0.1.1 -wagtail-personalisation==0.9.1 +wagtail-personalisation psycopg2 html5lib==0.9999999 Unidecode==0.04.16