|  | @@ -15,14 +15,12 @@ addons:
 | 
	
		
			
			| 15 | 15 |    mysql: "5.5"
 | 
	
		
			
			| 16 | 16 |  
 | 
	
		
			
			| 17 | 17 |  install:
 | 
	
		
			
			| 18 |  | -  - cd tracim
 | 
	
		
			
			| 19 |  | -  - python setup.py develop
 | 
	
		
			
			| 20 |  | -  - python setup.py compile_catalog
 | 
	
		
			
			| 21 |  | -  - cd -
 | 
	
		
			
			|  | 18 | +  - cd tracim && python setup.py develop && cd -
 | 
	
		
			
			| 22 | 19 |    - echo coveralls >> install/requirements.txt; echo
 | 
	
		
			
			| 23 | 20 |    - cat install/requirements.postgresql.txt >> install/requirements.txt; echo
 | 
	
		
			
			| 24 | 21 |    - cat install/requirements.mysql.txt >> install/requirements.txt; echo
 | 
	
		
			
			| 25 | 22 |    - pip install -r install/requirements.txt; echo
 | 
	
		
			
			|  | 23 | +  - cd tracim && python setup.py compile_catalog && cd -
 | 
	
		
			
			| 26 | 24 |  
 | 
	
		
			
			| 27 | 25 |  before_script:
 | 
	
		
			
			| 28 | 26 |    - cp ${TRAVIS_BUILD_DIR}/tracim/development.ini.base ${TRAVIS_BUILD_DIR}/tracim/development.ini
 |