mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-22 22:05:03 +01:00
.travis.yml: Test Python 3.8
This commit is contained in:
parent
63fdce7d13
commit
0bd28e22ec
@ -3,6 +3,7 @@ language: python
|
|||||||
python:
|
python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7"
|
- "3.7"
|
||||||
|
- "3.8"
|
||||||
install:
|
install:
|
||||||
- "pip install pipenv --upgrade-strategy=only-if-needed"
|
- "pip install pipenv --upgrade-strategy=only-if-needed"
|
||||||
- "pipenv install --dev"
|
- "pipenv install --dev"
|
||||||
|
Loading…
Reference in New Issue
Block a user