1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-07-01 04:01:53 +02:00

Remove Python 3.6 support
All checks were successful
continuous-integration/drone/push Build is passing

Pandas 1.2.0 apparently requires Python 3.7.1+.
This commit is contained in:
2021-01-03 15:51:53 +02:00
parent 7edb8b19d7
commit d3880a9dfa
3 changed files with 2 additions and 17 deletions

View File

@ -46,20 +46,4 @@ steps:
- python setup.py install
- csv-metadata-quality -i data/test.csv -o /tmp/test.csv -e -u --agrovoc-fields dc.subject,cg.coverage.country
---
kind: pipeline
type: docker
name: python36
steps:
- name: test
image: python:3.6-slim
commands:
- id
- python -V
- pip install -r requirements-dev.txt
- pytest
- python setup.py install
- csv-metadata-quality -i data/test.csv -o /tmp/test.csv -e -u --agrovoc-fields dc.subject,cg.coverage.country
# vim: ts=2 sw=2 et