|  | @@ -3,7 +3,12 @@ python:
 | 
	
		
			
			| 3 | 3 |    - "3.4"
 | 
	
		
			
			| 4 | 4 |  install:
 | 
	
		
			
			| 5 | 5 |    - "pip install -r tests_requirements.txt"
 | 
	
		
			
			| 6 |  | -script: 
 | 
	
		
			
			|  | 6 | +before_install:
 | 
	
		
			
			|  | 7 | +  - git clone git@github.com:buxx/synergine.git
 | 
	
		
			
			|  | 8 | +  - rm modules/*
 | 
	
		
			
			|  | 9 | +  - ln -s ../synergine/modules/xyzworld modules/xyzworld
 | 
	
		
			
			|  | 10 | +  - ln -s ../synergine/modules/xzworld modules/xyworld
 | 
	
		
			
			|  | 11 | +script:
 | 
	
		
			
			| 7 | 12 |    - coverage run tests.py --rcfile=.coveragerc -v && coverage report -m && python3.4 tests.py
 | 
	
		
			
			| 8 | 13 |  after_success:
 | 
	
		
			
			| 9 | 14 |    - coveralls
 |