mirror of
https://github.com/kennethreitz/crayons.git
synced 2026-06-05 23:10:18 +00:00
Fix the failing travis build
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user