mirror of
				https://github.com/enpaul/tox-poetry-installer.git
				synced 2025-11-03 07:39:20 +00:00 
			
		
		
		
	Update makefile to use parallelized install
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -30,7 +30,7 @@ source: ## Build Python source distribution package
 | 
			
		||||
	poetry build --format sdist
 | 
			
		||||
 | 
			
		||||
test: ## Run the project testsuite(s)
 | 
			
		||||
	poetry run tox --recreate
 | 
			
		||||
	poetry run tox --recreate --parallelize-locked-install=10
 | 
			
		||||
 | 
			
		||||
dev: ## Create the local dev environment
 | 
			
		||||
	poetry install -E poetry
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user