From 1b2c0b5c8dcc3c6da1d9a4f0b4f054ce01937550 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Wed, 7 Aug 2019 19:49:38 +0200 Subject: [PATCH] Install flake8 --- tests/travis_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/travis_install.sh b/tests/travis_install.sh index fab0165..226a553 100644 --- a/tests/travis_install.sh +++ b/tests/travis_install.sh @@ -46,6 +46,7 @@ pip install tox pip install codecov # use newest pystencils pip install git+https://github.com/mabau/pystencils.git +pip install flake8 if [[ "$COVERAGE" == "true" ]]; then pip install -U pytest-cov pytest-virtualenv coverage coveralls flake8 -- GitLab