mirror of
https://github.com/cmur2/python-bme280.git
synced 2026-06-28 20:39:55 +02:00
module: remove lock
- does not make too much sense for a library
This commit is contained in:
+2
-3
@@ -18,9 +18,8 @@ env:
|
||||
- PIPENV_VERBOSITY=-1
|
||||
|
||||
install:
|
||||
- pip install pip==18.0 # https://github.com/pypa/pipenv/issues/2924
|
||||
# - pip install pipenv # is already installed on Travis CI
|
||||
- pipenv install --dev --deploy
|
||||
- pip install --upgrade pipenv
|
||||
- pipenv install --dev
|
||||
|
||||
script:
|
||||
- pylint bme280
|
||||
|
||||
Reference in New Issue
Block a user