7 lines
		
	
	
		
			166 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			166 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
if [ "$JYTHON" = "true" ]; then
 | 
						|
    travis_scripts/install_jython2.7.sh
 | 
						|
    $HOME/jython/bin/pip install -r tools/test-requires
 | 
						|
else
 | 
						|
    pip install tox coveralls
 | 
						|
fi
 |