1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-10 07:06:00 +02:00

.travis.yml: Test Python 3.8

This commit is contained in:
2019-11-14 23:22:37 +02:00
parent 63fdce7d13
commit 0bd28e22ec

View File

@ -3,6 +3,7 @@ language: python
python:
- "3.6"
- "3.7"
- "3.8"
install:
- "pip install pipenv --upgrade-strategy=only-if-needed"
- "pipenv install --dev"