Instruct travis to install coveralls

Coveralls is used to publish coverage results online via
coveralls.io.

Travis is already configured to run it "after_success", but this
has failed for a while, because it was not installed.

Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
This commit is contained in:
Lukas Puehringer 2019-06-25 15:27:18 +02:00
parent 65e5ee118b
commit 85129cb8d7

View file

@ -10,7 +10,7 @@ env:
- TOXENV=py36
before_script:
- pip install pylint bandit tox
- pip install pylint bandit tox coveralls
script:
- pylint tuf