1
0
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:
cn
2019-12-18 19:44:10 +01:00
parent 1bdfe0e54a
commit 40bdf7fd6a
8 changed files with 35 additions and 17 deletions
+9
View File
@@ -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