1
0
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:
cn
2018-03-14 22:46:58 +01:00
parent d6d215d1f9
commit 6aabf21cf8
10 changed files with 3213 additions and 3 deletions

14
.travis.yml Normal file
View 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