Merge pull request #198 from taigaio/fix-travis

Try to fix travis tests
remotes/origin/enhancement/email-actions
David Barragán Merino 2014-12-20 11:46:06 +01:00
commit 1d93174198
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ addons:
before_script:
- psql -c 'create database taiga;' -U postgres
install:
- sudo apt-get update
- sudo apt-get install postgresql-plpython-9.3
- pip install -r requirements-devel.txt --use-mirrors
script: