1
0
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:
cn
2019-12-18 19:37:56 +01:00
parent 70f5fef480
commit d124fa415b
3 changed files with 4 additions and 285 deletions
+2 -3
View File
@@ -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