mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Revert "Workaround Pypy regression"
This commit is contained in:
		
							parent
							
								
									a84054a945
								
							
						
					
					
						commit
						9f0ec3b0d7
					
				| 
						 | 
					@ -10,7 +10,6 @@ env: MAX_CONCURRENCY=4
 | 
				
			||||||
# Then run the remainder.
 | 
					# Then run the remainder.
 | 
				
			||||||
python:
 | 
					python:
 | 
				
			||||||
  - "pypy"
 | 
					  - "pypy"
 | 
				
			||||||
  - "pypy-2.3.1"
 | 
					 | 
				
			||||||
  - "pypy3"
 | 
					  - "pypy3"
 | 
				
			||||||
  - 3.4
 | 
					  - 3.4
 | 
				
			||||||
  - 2.7
 | 
					  - 2.7
 | 
				
			||||||
| 
						 | 
					@ -70,8 +69,5 @@ after_success:
 | 
				
			||||||
    # (Installation is very slow on Py3, so just do it for Py2.)
 | 
					    # (Installation is very slow on Py3, so just do it for Py2.)
 | 
				
			||||||
  - if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then Scripts/diffcover-install.sh; fi
 | 
					  - if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then Scripts/diffcover-install.sh; fi
 | 
				
			||||||
  - if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then Scripts/diffcover-run.sh; fi
 | 
					  - if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then Scripts/diffcover-run.sh; fi
 | 
				
			||||||
 | 
					 | 
				
			||||||
matrix:
 | 
					matrix:
 | 
				
			||||||
  fast_finish: true
 | 
					  fast_finish: true
 | 
				
			||||||
  allow_failures:
 | 
					 | 
				
			||||||
   - python: pypy
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user