Only install flake8 when needed

This commit is contained in:
Kovid Goyal 2017-01-10 11:17:10 +05:30
parent c7beb52b46
commit c7b2e5c629

View File

@ -39,6 +39,7 @@ matrix:
- clang
install:
- if [[ "$RUN_FLAKE" == "1" ]]; then pip install flake8; fi
- pip install flake8
- wget -O glfw-3.2.1.zip https://github.com/glfw/glfw/archive/3.2.1.zip
- unzip glfw-3.2.1.zip