Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ngrion committed Nov 30, 2020
1 parent cb08f4a commit 46755b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ before_install:

install:
- pip install tox
- pip install coveralls

script:
- tox -r
Expand Down Expand Up @@ -40,4 +41,5 @@ matrix:
python: 3.8
sudo: true

after_success: "sbt coveralls"
after_success:
- coveralls

0 comments on commit 46755b0

Please sign in to comment.