diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml index cd8731f94..8f03627c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,15 +6,8 @@ branches: - master - develop sudo: false -install: "pip install jsonschema pysha3" +install: "pip install pyyaml jsonschema pysha3" script: -# check valid JSON/well formatted -- python3 test.py format ; - git diff --quiet &>/dev/null ; - -# check test schemas - python3 test.py validate ./src/VMTestsFiller ./src/GeneralStateTestsFiller ./src/BlockchainTestsFiller ./VMTests ./GeneralStateTests ./BlockchainTests ; - -# check test filled - python3 test.py checkFilled ./BlockhcainTests ./GeneralStateTests ./TransactionTests ./VMTests +# sanitation checks against testsets +- make sani |