1
0
mirror of https://github.com/cmur2/python-bme280.git synced 2025-08-09 14:48:38 +02:00

travis: use Poetry 1.0.x

This commit is contained in:
cn
2020-10-07 17:31:45 +02:00
parent 6155338645
commit 873f705acb

View File

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