mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 00:20:47 +00:00 
			
		
		
		
	SOCKS tests never run on Travis CI due to unknown reasons, and downloading them broke some tests (e.g. https://travis-ci.org/rg3/youtube-dl/builds/144306425)
		
			
				
	
	
		
			19 lines
		
	
	
		
			298 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			298 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
language: python
 | 
						|
python:
 | 
						|
  - "2.6"
 | 
						|
  - "2.7"
 | 
						|
  - "3.2"
 | 
						|
  - "3.3"
 | 
						|
  - "3.4"
 | 
						|
  - "3.5"
 | 
						|
sudo: false
 | 
						|
script: nosetests test --verbose
 | 
						|
notifications:
 | 
						|
  email:
 | 
						|
    - filippo.valsorda@gmail.com
 | 
						|
    - yasoob.khld@gmail.com
 | 
						|
#  irc:
 | 
						|
#    channels:
 | 
						|
#      - "irc.freenode.org#youtube-dl"
 | 
						|
#    skip_join: true
 |