|  | @@ -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
 |