blob: 8f03627c23208adecde68042f5e4747805107716 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
language: python
python:
- "3.6"
branches:
only:
- master
- develop
sudo: false
install: "pip install pyyaml jsonschema pysha3"
script:
# sanitation checks against testsets
- make sani
|