From 4cd3fe5f8e295a2ec84b2576d13ec9c69cca9b99 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Tue, 6 Nov 2018 22:10:08 -0500 Subject: [PATCH] Still install flake8 and coveralls Those aren't in the lib's test requirements --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ed9eb27..6a25c55 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,7 @@ jobs: install: - pip install -e .[test] + - pip install flake8 coveralls script: - flake8 - pytest --cov-report term-missing --cov=carsons tests/