mirror of
https://github.com/cmur2/python-veml6070.git
synced 2026-05-02 14:08:28 +02:00
module: add pytest for unit and snapshot testing with travis-ci
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
---
|
||||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
|
||||
script:
|
||||
- pytest
|
||||
Reference in New Issue
Block a user