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:
+4
-15
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user