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

Remove .travis.yml

They changed their free tier and I might as well use GitHub Actions
for ILRI stuff anyways.
This commit is contained in:
Alan Orth 2020-12-08 10:41:36 +02:00
parent 971c69e535
commit 52d8904870
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -1,19 +0,0 @@
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