mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-31 16:07:41 +03:00 
			
		
		
		
	get buildbot running
This commit is contained in:
		
							parent
							
								
									e6f4480965
								
							
						
					
					
						commit
						eb1b0edf82
					
				
							
								
								
									
										4
									
								
								build.py
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								build.py
									
									
									
									
									
								
							|  | @ -28,7 +28,9 @@ x('pip install -r requirements.txt') | |||
| 
 | ||||
| if install_mode == 'pip': | ||||
|     x('python setup.py sdist') | ||||
|     x('pip install dist/*') | ||||
|     dists = os.listdir('dist') | ||||
|     assert len(dists) == 1 | ||||
|     x('pip install dist/%s' % dists[0]) | ||||
| 
 | ||||
| elif install_mode == 'setup-install': | ||||
|     x('python setup.py install') | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user