Skip to content

Commit

Permalink
Still install flake8 and coveralls
Browse files Browse the repository at this point in the history
Those aren't in the lib's test requirements
  • Loading branch information
Sam Bull committed Nov 7, 2018
1 parent 52fc25a commit 4cd3fe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:

install:
- pip install -e .[test]
- pip install flake8 coveralls
script:
- flake8
- pytest --cov-report term-missing --cov=carsons tests/
Expand Down

0 comments on commit 4cd3fe5

Please sign in to comment.