Skip to content

Commit 40ce7ae

Browse files
committed
Fixed azure-pipeline
1 parent 7e7ca54 commit 40ce7ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
jobs:
1010
- job: 'Flake8'
1111
pool:
12-
vmImage: 'Ubuntu 16.04'
12+
vmImage: ubuntu-latest
1313

1414
steps:
1515
- task: UsePythonVersion@0
1616
inputs:
17-
versionSpec: 2.7
17+
versionSpec: 3.7
1818
architecture: 'x64'
1919

2020
- script: |

0 commit comments

Comments
 (0)