mirror of
https://github.com/cmur2/python-bme280.git
synced 2026-04-03 22:18:31 +02:00
module: add pytest for unit and snapshot testing with travis-ci
This commit is contained in:
14
.travis.yml
Normal file
14
.travis.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.6"
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- python: "3.6"
|
||||
|
||||
script:
|
||||
- pytest
|
||||
Reference in New Issue
Block a user