mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-01 00:17:44 +03:00 
			
		
		
		
	* Update travis.yml
This commit is contained in:
		
							parent
							
								
									83c0f0da22
								
							
						
					
					
						commit
						247e592c2c
					
				
							
								
								
									
										11
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								.travis.yml
									
									
									
									
									
								
							|  | @ -11,11 +11,12 @@ python: | |||
| # install dependencies | ||||
| install: | ||||
|   - "pip install --upgrade setuptools" | ||||
|   - "rm -rf spacy/" | ||||
|   - "pip install spacy" | ||||
|   - "pip install cython fabric fabtools" | ||||
|   - "pip install -r requirements.txt" | ||||
|   - "fab make" | ||||
|   - "mkdir corpora/en" | ||||
|   - "python bin/init_model.py lang_data/en corpora/en spacy/en/data" | ||||
| 
 | ||||
| # run tests | ||||
| script: | ||||
|   - py.test tests/tokenizer/ | ||||
|   - py.test tests/vocab/ | ||||
|   - py.test tests/tagger/ | ||||
|   - py.test tests/ | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user