From 766e48052133e2e1f623cfc032c0034955cb741c Mon Sep 17 00:00:00 2001 From: Leonid Boytsov Date: Fri, 3 Aug 2018 00:15:16 -0400 Subject: [PATCH] let's not check for Python code quality --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 64457d9..338a276 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,7 +70,7 @@ install: script: - $PY --version -- cd python_bindings && $PY setup.py test && flake8 && cd .. +- cd python_bindings && $PY setup.py test && cd .. - | set -e if [ "$TRAVIS_OS_NAME" = "linux" ] ; then