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
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:
16
.drone.yml
16
.drone.yml
@ -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
|
||||
|
Reference in New Issue
Block a user