Explorar el Código

setup configuration file for travis ci

Damien ACCORSI hace 10 años
padre
commit
224aafb255
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml Ver fichero

@@ -17,7 +17,8 @@ install:
17 17
   
18 18
 before_script:
19 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 23
 # command to run tests
23 24
 script: nosetests --with-coverage --cover-package=tracim