mirror of
				https://github.com/wting/autojump
				synced 2025-06-13 12:54:07 +00:00 
			
		
		
		
	Exclude vendorized argparse lib from coverage report.
This commit is contained in:
		
							parent
							
								
									e75d4d4d11
								
							
						
					
					
						commit
						180c5d8402
					
				
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
								
							@ -40,11 +40,11 @@ tar:
 | 
			
		||||
 | 
			
		||||
test: pre-commit
 | 
			
		||||
	@find . -type f -iname '*.py[co]' -delete
 | 
			
		||||
	tox
 | 
			
		||||
	@tox
 | 
			
		||||
 | 
			
		||||
test-fast: pre-commit
 | 
			
		||||
	@find . -type f -iname '*.py[co]' -delete
 | 
			
		||||
	tox -e py27
 | 
			
		||||
	@tox -e py27
 | 
			
		||||
 | 
			
		||||
clean:
 | 
			
		||||
	@find . -type f -iname '*.py[co]' -delete
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user