mirror of
				https://github.com/cmur2/python-bme280.git
				synced 2025-11-03 18:25:07 +01:00 
			
		
		
		
	travis: fix build config validation problems
- https://docs.travis-ci.com/user/reference/overview/#deprecated-virtualization-environments
This commit is contained in:
		
							
								
								
									
										28
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										28
									
								
								.travis.yml
									
									
									
									
									
								
							@@ -1,26 +1,26 @@
 | 
				
			|||||||
---
 | 
					---
 | 
				
			||||||
sudo: false
 | 
					os: linux
 | 
				
			||||||
language: python
 | 
					language: python
 | 
				
			||||||
python:
 | 
					python:
 | 
				
			||||||
  - "2.7"
 | 
					- "2.7"
 | 
				
			||||||
  - "3.4"
 | 
					- "3.4"
 | 
				
			||||||
  - "3.5"
 | 
					- "3.5"
 | 
				
			||||||
  - "3.7"
 | 
					- "3.7"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
matrix:
 | 
					jobs:
 | 
				
			||||||
  fast_finish: true
 | 
					  fast_finish: true
 | 
				
			||||||
  allow_failures:
 | 
					  allow_failures:
 | 
				
			||||||
    - python: "3.4"
 | 
					  - python: "3.4"
 | 
				
			||||||
    - python: "3.5"
 | 
					  - python: "3.5"
 | 
				
			||||||
    - python: "3.7"
 | 
					  - python: "3.7"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
env:
 | 
					env:
 | 
				
			||||||
  - PIPENV_VERBOSITY=-1
 | 
					- PIPENV_VERBOSITY=-1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
install:
 | 
					install:
 | 
				
			||||||
  - pip install --upgrade pipenv
 | 
					- pip install --upgrade pipenv
 | 
				
			||||||
  - pipenv install --dev
 | 
					- pipenv install --dev
 | 
				
			||||||
 | 
					
 | 
				
			||||||
script:
 | 
					script:
 | 
				
			||||||
  - pylint bme280
 | 
					- pylint bme280
 | 
				
			||||||
  - pytest
 | 
					- pytest
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user