diff options
author | 2019-03-29 01:12:04 -0700 | |
---|---|---|
committer | 2019-03-29 01:12:04 -0700 | |
commit | fe781533bea8502479d698566a25737643689942 (patch) | |
tree | ebfa7c6b073fb644c67f5386d737c5a7e8c42aed | |
parent | Restructure Docker images (diff) |
Re-lock and update test job to Python 3.7
-rw-r--r-- | Pipfile.lock | 12 | ||||
-rw-r--r-- | azure-pipelines.yml | 2 |
2 files changed, 3 insertions, 11 deletions
diff --git a/Pipfile.lock b/Pipfile.lock index 358c6c0..466a42b 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,11 +1,11 @@ { "_meta": { "hash": { - "sha256": "fe7027dedd12b67ee1b1f6a38e18184e8c3a77479b3ef564cce983d6816dc10d" + "sha256": "814185e2e1b964ab58af9a9df416ace7b5b416475d828ec9b31a9dfecb5693e1" }, "pipfile-spec": 6, "requires": { - "python_version": "3.6" + "python_version": "3.7" }, "sources": [ { @@ -250,14 +250,6 @@ ], "version": "==0.8" }, - "importlib-resources": { - "hashes": [ - "sha256:6e2783b2538bd5a14678284a3962b0660c715e5a0f10243fd5e00a4b5974f50b", - "sha256:d3279fd0f6f847cced9f7acc19bd3e5df54d34f93a2e7bb5f238f81545787078" - ], - "markers": "python_version < '3.7'", - "version": "==1.0.2" - }, "junit-xml": { "hashes": [ "sha256:602f1c480a19d64edb452bf7632f76b5f2cb92c1938c6e071dcda8ff9541dc21" diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e423b28..bf756b8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,7 +11,7 @@ jobs: - task: UsePythonVersion@0 displayName: 'Set Python version' inputs: - versionSpec: '3.6.x' + versionSpec: '3.7.x' addToPath: true - script: pip3 install pipenv |