mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Speed this up for now
This commit is contained in:
		
							parent
							
								
									b97d220b2c
								
							
						
					
					
						commit
						e0d42d0e02
					
				
							
								
								
									
										16
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								.travis.yml
									
									
									
									
									
								
							| 
						 | 
				
			
			@ -5,17 +5,17 @@ virtualenv:
 | 
			
		|||
  system_site_packages: true
 | 
			
		||||
 | 
			
		||||
python:
 | 
			
		||||
  - 2.6
 | 
			
		||||
#  - 2.6
 | 
			
		||||
  - 2.7
 | 
			
		||||
  - 3.2
 | 
			
		||||
  - 3.3
 | 
			
		||||
  - "pypy"
 | 
			
		||||
#  - 3.2
 | 
			
		||||
#  - 3.3
 | 
			
		||||
#  - "pypy"
 | 
			
		||||
 | 
			
		||||
install: 
 | 
			
		||||
  - "sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev"
 | 
			
		||||
  - "pip install cffi"
 | 
			
		||||
  # enables pypy to compile
 | 
			
		||||
  - "sudo apt-get install python-tk"
 | 
			
		||||
 # - "sudo apt-get install python-tk"
 | 
			
		||||
 | 
			
		||||
  # webp  UNDONE -- refactor
 | 
			
		||||
  - "wget 'https://webp.googlecode.com/files/libwebp-0.4.0.tar.gz' -O /tmp/libwebp-0.4.0.tar.gz"
 | 
			
		||||
| 
						 | 
				
			
			@ -30,6 +30,6 @@ script:
 | 
			
		|||
  - python selftest.py
 | 
			
		||||
  - python Tests/run.py
 | 
			
		||||
 | 
			
		||||
matrix:
 | 
			
		||||
  allow_failures:
 | 
			
		||||
    - python: "pypy"
 | 
			
		||||
#matrix:
 | 
			
		||||
#  allow_failures:
 | 
			
		||||
#    - python: "pypy"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user