mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 15:12:06 +00:00 
			
		
		
		
	Disable travis test for Python 3
It hasn't found any bugs so far - and it takes a lot of time
This commit is contained in:
		
							
								
								
									
										12
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								.travis.yml
									
									
									
									
									
								
							| @@ -22,9 +22,9 @@ matrix: | |||||||
|       script: |       script: | ||||||
|         - esphomeyaml tests/test1.yaml compile |         - esphomeyaml tests/test1.yaml compile | ||||||
|         - esphomeyaml tests/test2.yaml compile |         - esphomeyaml tests/test2.yaml compile | ||||||
|     - python: "3.5.3" |     #- python: "3.5.3" | ||||||
|       env: TARGET=Test3.5 |     #  env: TARGET=Test3.5 | ||||||
|       install: pip install -U https://github.com/platformio/platformio-core/archive/develop.zip && pip install -e . && pip install flake8==3.6.0 pylint==2.2.2 pillow |     #  install: pip install -U https://github.com/platformio/platformio-core/archive/develop.zip && pip install -e . && pip install flake8==3.6.0 pylint==2.2.2 pillow | ||||||
|       script: |     #  script: | ||||||
|         - esphomeyaml tests/test1.yaml compile |     #    - esphomeyaml tests/test1.yaml compile | ||||||
|         - esphomeyaml tests/test2.yaml compile |     #    - esphomeyaml tests/test2.yaml compile | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user