1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-06-09 13:25:08 +02:00

.travis.yml: Bump Python versions

Test Python 3.9 now that it was released, and allow tests to fail
on nightly builds.
This commit is contained in:
Alan Orth 2020-10-29 00:14:36 +03:00
parent 98a6a19e12
commit 6985f76aa3
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -4,10 +4,11 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.8-dev" # 3.8 development branch
- "3.9"
- "nightly"
jobs:
allow_failures:
- python: "3.8-dev"
- python: "nightly"
install:
- "pip install -r requirements.txt"
- "pip install -r requirements-dev.txt"