1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-09 14:46:00 +02:00

Support Python 3.6 and 3.7 again

This commit is contained in:
2020-01-15 12:19:17 +02:00
parent 365ecda324
commit 7f1df0b47c
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
dist: bionic
language: python
python:
- "3.6"
- "3.7"
- "3.8"
install:
- "pip install -r requirements.txt"