From a57be7c0bee3e6dcd880e4915cc7174757cd9f61 Mon Sep 17 00:00:00 2001 From: andrei Date: Sat, 1 Dec 2018 04:38:57 -0800 Subject: [PATCH] [ci] install flake8 (fixes builds) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ed13d61..e7f9f99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ matrix: sudo: true install: - - pip install -U pip setuptools + - pip install -U pip setuptools flake8 script: - python setup.py test