mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Skip broken install of coveralls-merge on 2.7_with_system_site_… (#3985)
Skip broken install of coveralls-merge on 2.7_with_system_site_packages
This commit is contained in:
		
						commit
						99d9bd1538
					
				| 
						 | 
					@ -11,8 +11,11 @@ coveralls-lcov -v -n coverage.filtered.info > coverage.c.json
 | 
				
			||||||
 | 
					
 | 
				
			||||||
coverage report
 | 
					coverage report
 | 
				
			||||||
pip install codecov
 | 
					pip install codecov
 | 
				
			||||||
pip install coveralls-merge
 | 
					if [[ $TRAVIS_PYTHON_VERSION != "2.7_with_system_site_packages" ]]; then
 | 
				
			||||||
coveralls-merge coverage.c.json
 | 
					    # Not working here. Just skip it, it's being removed soon.
 | 
				
			||||||
 | 
					    pip install coveralls-merge
 | 
				
			||||||
 | 
					    coveralls-merge coverage.c.json
 | 
				
			||||||
 | 
					fi
 | 
				
			||||||
codecov
 | 
					codecov
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ] && [ "$DOCKER" == "" ]; then
 | 
					if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ] && [ "$DOCKER" == "" ]; then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user