mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 09:57:26 +03:00 
			
		
		
		
	Fix travis.yml
This commit is contained in:
		
							parent
							
								
									bd0e95d23e
								
							
						
					
					
						commit
						bc6159f5d9
					
				| 
						 | 
					@ -22,5 +22,5 @@ install:
 | 
				
			||||||
script:
 | 
					script:
 | 
				
			||||||
  - "pip install pytest"
 | 
					  - "pip install pytest"
 | 
				
			||||||
  - if [[ "${VIA}" == "compile" ]]; then SPACY_DATA=models/en python -m pytest spacy; fi
 | 
					  - if [[ "${VIA}" == "compile" ]]; then SPACY_DATA=models/en python -m pytest spacy; fi
 | 
				
			||||||
  - if [[ "${VIA}" == "pip" ]]; then py.test spacy; fi
 | 
					  - if [[ "${VIA}" == "pip" ]]; then py.test --pyargs spacy; fi
 | 
				
			||||||
  - if [[ "${VIA}" == "sdist" ]]; then py.test spacy; fi
 | 
					  - if [[ "${VIA}" == "sdist" ]]; then py.test --pyargs spacy; fi
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user