2016-07-27 15:24:33 +02:00
|
|
|
language: python
|
|
|
|
|
|
|
|
cache: pip
|
2016-04-11 12:38:28 +02:00
|
|
|
|
2016-07-27 15:24:33 +02:00
|
|
|
python:
|
2020-01-09 11:43:33 +01:00
|
|
|
- "3.8"
|
|
|
|
- "3.8-dev"
|
2016-07-27 15:24:33 +02:00
|
|
|
|
2016-04-11 12:38:28 +02:00
|
|
|
install:
|
2017-02-13 12:01:05 +01:00
|
|
|
- sudo apt-get update -qq
|
|
|
|
- sudo apt-get install -y -qq jq moreutils
|
2020-03-08 16:48:17 +01:00
|
|
|
- pip3 install jsonschema
|
2020-03-10 14:45:07 +01:00
|
|
|
- pip3 install pytaxonomies
|
2016-04-11 12:38:28 +02:00
|
|
|
|
|
|
|
script:
|
2017-02-13 12:01:05 +01:00
|
|
|
- ./validate_all.sh
|
2020-03-10 11:52:05 +01:00
|
|
|
- pytaxonomies -l MANIFEST.json -a
|