Browse Source

setup configuration file for travis ci

Damien ACCORSI 10 years ago
parent
commit
224aafb255
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml View File

17
   
17
   
18
 before_script:
18
 before_script:
19
   - "psql -c 'create database tracim_test;' -U postgres"
19
   - "psql -c 'create database tracim_test;' -U postgres"
20
-  - "cd tracim && gearbox setup-app && cd -"
20
+  - "cp tracim/development.ini.base tracim/development.ini"
21
+  - "cd tracim && gearbox setup-app; cd -"
21
 
22
 
22
 # command to run tests
23
 # command to run tests
23
 script: nosetests --with-coverage --cover-package=tracim
24
 script: nosetests --with-coverage --cover-package=tracim