From e04e731c2119e4af79020ea85e32a89bdd2c8a56 Mon Sep 17 00:00:00 2001 From: Alex D Date: Wed, 8 May 2019 19:59:49 +0200 Subject: [PATCH] chore: move pylint to conda deps --- environment_ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/environment_ci.yml b/environment_ci.yml index e332da6..9eecf29 100644 --- a/environment_ci.yml +++ b/environment_ci.yml @@ -5,6 +5,8 @@ channels: - travis dependencies: - python=3.6.7 + - pip + - pylint - fiona>=1.8.6 - shapely>=1.6.4 - pandas>=0.24.2 @@ -21,7 +23,5 @@ dependencies: - regex>=2019.04.14 - scipy>=1.2.1 - pip: - - pylint - - anybadge - - pylint-exit - + - anybadge + - pylint-exit