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

View File

@ -40,7 +40,6 @@ matrix:
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
- cd glfw-3.2.1