From 0ca2fe6c828ca6eea0ee2f84db92194a64f45262 Mon Sep 17 00:00:00 2001 From: Marc Garcia Date: Sat, 1 Dec 2018 00:16:43 +0000 Subject: [PATCH] Showing the number of CPUs in Azure --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d3a6a4a..0d8d54b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,6 +23,9 @@ jobs: versionSpec: '$(python.version)' architecture: 'x64' + - script: cat /proc/cpuinfo + displayName: 'Showing CPUs' + - script: python -m pip install flake8 && flake8 . displayName: 'Validating PEP-8'