|  | @@ -4,7 +4,7 @@ python:
 | 
	
		
			
			| 4 | 4 |  install:
 | 
	
		
			
			| 5 | 5 |    - "pip install -r tests_requirements.txt"
 | 
	
		
			
			| 6 | 6 |  before_install:
 | 
	
		
			
			| 7 |  | -  - git clone git@github.com:buxx/synergine.git
 | 
	
		
			
			|  | 7 | +  - git clone https://github.com/buxx/synergine.git
 | 
	
		
			
			| 8 | 8 |    - rm modules/*
 | 
	
		
			
			| 9 | 9 |    - ln -s ../synergine/modules/xyzworld modules/xyzworld
 | 
	
		
			
			| 10 | 10 |    - ln -s ../synergine/modules/xzworld modules/xyworld
 |