1
0
mirror of https://github.com/cmur2/python-bme280.git synced 2026-06-28 20:39:55 +02:00

module: adopt poetry dependency manager

This commit is contained in:
cn
2020-08-04 20:20:03 +02:00
parent 931f5ff229
commit e36c38d950
6 changed files with 30 additions and 44 deletions
+4 -15
View File
@@ -8,21 +8,10 @@ python:
- "3.7"
- "3.8"
jobs:
fast_finish: true
allow_failures:
- python: "3.4"
- python: "3.5"
- python: "3.7"
- python: "3.8"
env:
- PIPENV_VERBOSITY=-1
install:
- pip install --upgrade pipenv
- pipenv install --dev
- pip install poetry
- poetry install
script:
- pylint bme280
- pytest
- poetry run pylint bme280
- poetry run pytest