Skip to content

Commit

Permalink
chore: move pylint to conda deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed May 8, 2019
1 parent d932637 commit e04e731
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions environment_ci.yml
Expand Up @@ -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
Expand All @@ -21,7 +23,5 @@ dependencies:
- regex>=2019.04.14
- scipy>=1.2.1
- pip:
- pylint
- anybadge
- pylint-exit

- anybadge
- pylint-exit

0 comments on commit e04e731

Please sign in to comment.