1
0
mirror of https://github.com/cmur2/python-veml6070.git synced 2024-12-21 14:54:23 +01:00
This commit is contained in:
cn 2020-10-07 13:01:24 +02:00
parent 2cf9c87a8d
commit 9437d6e03f

View File

@ -9,7 +9,7 @@ python:
- "3.8"
install:
- pip install poetry
- pip install poetry==1.0.10
- poetry install
script: