1
0
mirror of https://github.com/cmur2/python-veml6070.git synced 2026-05-02 14:08:28 +02:00

module: adopt poetry dependency manager

This commit is contained in:
cn
2020-08-07 22:39:32 +02:00
parent d279417b81
commit 1b3fc8f2df
7 changed files with 31 additions and 45 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 veml6070
- pytest
- poetry run pylint veml6070
- poetry run pytest