mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Updated Python for doccheck to 3.9
This commit is contained in:
		
							parent
							
								
									57ac10a3fa
								
							
						
					
					
						commit
						c309c64d0a
					
				| 
						 | 
					@ -47,8 +47,8 @@ if [[ $TRAVIS_PYTHON_VERSION == 3.* ]]; then
 | 
				
			||||||
  fi
 | 
					  fi
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# docs only on Python 3.8
 | 
					# docs only on Python 3.9
 | 
				
			||||||
if [ "$TRAVIS_PYTHON_VERSION" == "3.8" ]; then python3 -m pip install -r requirements.txt ; fi
 | 
					if [ "$TRAVIS_PYTHON_VERSION" == "3.9" ]; then python3 -m pip install -r requirements.txt ; fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# webp
 | 
					# webp
 | 
				
			||||||
pushd depends && ./install_webp.sh && popd
 | 
					pushd depends && ./install_webp.sh && popd
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -5,6 +5,6 @@ set -e
 | 
				
			||||||
python -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term Tests
 | 
					python -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term Tests
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Docs
 | 
					# Docs
 | 
				
			||||||
if [ "$TRAVIS_PYTHON_VERSION" == "3.8" ] && [ "$TRAVIS_CPU_ARCH" == "amd64" ]; then
 | 
					if [ "$TRAVIS_PYTHON_VERSION" == "3.9" ] && [ "$TRAVIS_CPU_ARCH" == "amd64" ]; then
 | 
				
			||||||
    make doccheck
 | 
					    make doccheck
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -94,7 +94,7 @@ jobs:
 | 
				
			||||||
        path: Tests/errors
 | 
					        path: Tests/errors
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Docs
 | 
					    - name: Docs
 | 
				
			||||||
      if: startsWith(matrix.os, 'ubuntu') && matrix.python-version == 3.8
 | 
					      if: startsWith(matrix.os, 'ubuntu') && matrix.python-version == 3.9
 | 
				
			||||||
      run: |
 | 
					      run: |
 | 
				
			||||||
        python3 -m pip install sphinx-removed-in sphinx-rtd-theme
 | 
					        python3 -m pip install sphinx-removed-in sphinx-rtd-theme
 | 
				
			||||||
        make doccheck
 | 
					        make doccheck
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user