Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update .travis.yml with coveralls installation
  • Loading branch information
RishabhJain2018 authored Mar 25, 2025
commit 6b9f8b1f5a170fbf51dbf8964c4c2db6400c6d3a
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_install:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
install:
- pip install awscli==1.18.66 flake8==3.8.2
- pip install awscli==1.18.66 flake8==3.8.2 coveralls==4.0.1
script:
- flake8 ./ || travis_terminate 1;
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin || travis_terminate 1; fi'
Expand Down