From 1a01c5d6866b02b32c21cbda139546abc0606dac Mon Sep 17 00:00:00 2001 From: matejcik Date: Thu, 23 Aug 2018 18:32:12 +0200 Subject: [PATCH] travis: run new checks --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 834c2a27f3..486451106f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ cache: - $HOME/.cache/pip python: - - "3.5" + - "3.6" install: - pip install demjson @@ -18,7 +18,8 @@ install: script: - jsonlint defs/*.json - jsonlint defs/*/*.json - - python tools/coin_gen.py check + - python tools/cointool.py check + - python tools/support.py check --ignore-tokens --ignore-missing notifications: webhooks: