Only install flake8 when needed
This commit is contained in:
parent
c7beb52b46
commit
c7b2e5c629
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user