mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-22 22:05:03 +01: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:
parent
98a6a19e12
commit
6985f76aa3
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user