From bf624e9b73b5e2561459e7cd6052320b2afeba4d Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Mon, 9 Sep 2019 06:21:34 -0300 Subject: [PATCH] Fix the failing travis build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4e088d6..2890789 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ python: install: - pip install colorama flake8 - - if [[ $(python3 -c "import sys; print(sys.version_info >= (3,5,))") == "True" ]]; then pip install flake8-bugbear; fi + - if [[ $(python -c "import sys; print(sys.version_info >= (3,5,))") == "True" ]]; then pip install flake8-bugbear; fi script: - flake8