Since we have dropped Python 2 support for the bots and botserver packages, we now have 'invalid' syntax if we run coverage for all packages in a Python 2 environment.
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			128 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			128 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
#!/usr/bin/env bash
 | 
						|
 | 
						|
# This script must be executed in a Python 2 environment to
 | 
						|
# have any meaning.
 | 
						|
 | 
						|
set -ev
 | 
						|
 | 
						|
tools/test-zulip
 |