diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index cd8731f94..7b8ce0189 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ branches: - master - develop sudo: false -install: "pip install jsonschema pysha3" +install: "pip install pyyaml jsonschema pysha3" script: # check valid JSON/well formatted |