build: just run pytest, avoid tox when building release
This commit is contained in:
		
							parent
							
								
									5197fa9ae9
								
							
						
					
					
						commit
						8ae140555a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								tasks.py
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								tasks.py
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -15,7 +15,7 @@ def release(c, skip_tests=False):
 | 
			
		|||
    Release a new version of WuttJamaican
 | 
			
		||||
    """
 | 
			
		||||
    if not skip_tests:
 | 
			
		||||
        c.run('tox')
 | 
			
		||||
        c.run('pytest')
 | 
			
		||||
 | 
			
		||||
    # rebuild pkg
 | 
			
		||||
    if os.path.exists('dist'):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue