mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
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:
parent
65e5ee118b
commit
85129cb8d7
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ env:
|
|||
- TOXENV=py36
|
||||
|
||||
before_script:
|
||||
- pip install pylint bandit tox
|
||||
- pip install pylint bandit tox coveralls
|
||||
|
||||
script:
|
||||
- pylint tuf
|
||||
|
|
|
|||
Loading…
Reference in a new issue