From 357cf1e44628cae04e74fe0f449386a693e08358 Mon Sep 17 00:00:00 2001 From: Stavros Korokithakis Date: Mon, 30 May 2016 22:34:12 +0300 Subject: [PATCH] test: Install flake8 before running tests. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c078d3f..dba3c86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,6 @@ python: # command to run tests, e.g. python setup.py test script: + - pip install flake8 - python setup.py test - flake8 .