Forgot to install flake8 on travis

This commit is contained in:
Kovid Goyal 2017-01-09 11:14:59 +05:30
parent 24e19cdfa5
commit ae2840247b

View File

@ -16,6 +16,7 @@ python:
- "3.5"
install:
- wget -O glfw-3.2.1.zip https://github.com/glfw/glfw/archive/3.2.1.zip
- pip install flake8
- unzip glfw-3.2.1.zip
- cd glfw-3.2.1
- cmake -DBUILD_SHARED_LIBS=ON -DGLFW_BUILD_EXAMPLES=OFF -DGLFW_BUILD_TESTS=OFF -DGLFW_BUILD_DOCS=OFF -DCMAKE_INSTALL_PREFIX=$HOME/glfw