Fix the failing travis build

This commit is contained in:
Matthew Peveler
2019-09-09 06:21:34 -03:00
parent b521721f0d
commit bf624e9b73
+1 -1
View File
@@ -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