Browse Source

debugging travis build

Damien ACCORSI 10 years ago
parent
commit
46684c7a5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml View File

26
   - "psql -c 'create database tracim_test;' -U postgres"
26
   - "psql -c 'create database tracim_test;' -U postgres"
27
   - "cp tracim/development.ini.base tracim/development.ini"
27
   - "cp tracim/development.ini.base tracim/development.ini"
28
   - "cd tracim && gearbox setup-app -c test.ini"
28
   - "cd tracim && gearbox setup-app -c test.ini"
29
-  - "cd tracim && gearbox migrate -c test.ini upgrade"
29
+  - "gearbox migrate -c test.ini upgrade"
30
 
30
 
31
 # command to run tests
31
 # command to run tests
32
 script: "cd tracim && nosetests -v --with-coverage --cover-package=tracim --cover-erase"
32
 script: "cd tracim && nosetests -v --with-coverage --cover-package=tracim --cover-erase"