mirror of
				https://github.com/KevinMidboe/python-gpiozero.git
				synced 2025-10-29 17:50:37 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			237 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			237 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
language: python
 | 
						|
python:
 | 
						|
    - "3.5"
 | 
						|
    - "3.4"
 | 
						|
    - "3.3"
 | 
						|
    - "3.2"
 | 
						|
    - "2.7"
 | 
						|
    - "pypy"
 | 
						|
    - "pypy3"
 | 
						|
install: "pip install -e .[test]"
 | 
						|
script: make test
 | 
						|
notifications:
 | 
						|
    slack: raspberrypifoundation:YoIHtVdg8Hd6gcA09QEmCYXN
 |