summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Kathiresan <ganesh3597@gmail.com>2021-02-21 11:40:29 +0530
committerGanesh Kathiresan <ganesh3597@gmail.com>2021-03-07 11:18:24 +0530
commit6464b4bfd650f6033b2933b6857075dd27e270d5 (patch)
tree83e2a4559959fd0d2d583c9c3127e36f474fa346
parent4e11afbd4faad41e0119abd55a5bc8dc4a37de29 (diff)
downloadnumpy-6464b4bfd650f6033b2933b6857075dd27e270d5.tar.gz
MAINT: Use linter_requirements
-rw-r--r--azure-pipelines.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index c8aa5b111..60c3ebf74 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -29,9 +29,7 @@ stages:
addToPath: true
architecture: 'x64'
- script: >-
- python -m pip install
- pycodestyle==2.5.0
- GitPython==3.1.13
+ python -m pip install -r linter_requirements.txt
displayName: 'Install tools'
failOnStderr: true
- script: |