mirror of
https://github.com/cmur2/python-veml6070.git
synced 2026-05-02 14:08:28 +02:00
module: convert to use Pipfile
This commit is contained in:
@@ -10,8 +10,17 @@ python:
|
||||
matrix:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- python: "3.4"
|
||||
- python: "3.5"
|
||||
- python: "3.7"
|
||||
|
||||
env:
|
||||
- PIPENV_VERBOSITY=-1
|
||||
|
||||
install:
|
||||
- pip install --upgrade pipenv
|
||||
- pipenv install --dev
|
||||
|
||||
script:
|
||||
- pylint veml6070
|
||||
- pytest
|
||||
|
||||
Reference in New Issue
Block a user