From ae2840247b847802446d9420499780995349f69c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 9 Jan 2017 11:14:59 +0530 Subject: [PATCH] Forgot to install flake8 on travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2c065d415..7c5c42803 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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