mirror of
				https://github.com/ytdl-org/youtube-dl
				synced 2025-10-31 01:33:15 +00:00 
			
		
		
		
	 9d865a1af6
			
		
	
	
		9d865a1af6
		
			
		
	
	
	
	
		
			
			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
 |