浏览代码

fixes build with database schema upgrade at installation time

Damien ACCORSI 9 年前
父节点
当前提交
95d0306f6d
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml 查看文件

1
+sudo: false
1
 language: python
2
 language: python
2
 python:
3
 python:
3
   - "3.2"
4
   - "3.2"
20
   - "pip install -r install/requirements.txt; echo"
21
   - "pip install -r install/requirements.txt; echo"
21
   - "./bin/tg2env-patch 2 /home/travis/virtualenv/python3.2.5/lib/python3.2/site-packages"
22
   - "./bin/tg2env-patch 2 /home/travis/virtualenv/python3.2.5/lib/python3.2/site-packages"
22
   - "pip install coveralls"
23
   - "pip install coveralls"
24
+  - "cd tracim && gearbox migration upgrade"
23
   
25
   
24
 before_script:
26
 before_script:
25
   - "psql -c 'create database tracim_test;' -U postgres"
27
   - "psql -c 'create database tracim_test;' -U postgres"