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