mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2024-11-25 23:28:18 +01:00
Alan Orth
f8cc233e25
These are the new hotness and should have faster build times. See: https://blog.travis-ci.com/2020-09-11-arm-on-aws
20 lines
296 B
YAML
20 lines
296 B
YAML
os: linux
|
|
arch: arm64-graviton2
|
|
dist: focal
|
|
language: python
|
|
python:
|
|
- "3.6"
|
|
- "3.7"
|
|
- "3.8"
|
|
- "3.9"
|
|
- "nightly"
|
|
jobs:
|
|
allow_failures:
|
|
- python: "nightly"
|
|
install:
|
|
- "pip install -r requirements.txt"
|
|
- "pip install -r requirements-dev.txt"
|
|
script: pytest
|
|
|
|
# vim: ts=2 sw=2 et
|