From c7f1aecd61366582acf1287c3ea1dccca2d939d5 Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Thu, 3 Jan 2019 15:16:57 +0100 Subject: [PATCH] ble --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4f8c7fa..b1ead38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,9 +15,9 @@ addons: install: - env - - make env3 + # - make env3 script: - - env3/bin/black --check --skip-string-normalization tools/ - - env3/bin/python tools/solotool.py -h + # - env3/bin/black --check --skip-string-normalization tools/ + # - env3/bin/python tools/solotool.py -h - make test