Browse Source

fixes build with database schema upgrade at installation time

Damien ACCORSI 9 years ago
parent
commit
95d0306f6d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml View File

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"