Skip to content

Commit

Permalink
Add matplotlib as travis addon
Browse files Browse the repository at this point in the history
  • Loading branch information
david-pl committed Nov 12, 2020
1 parent 3398645 commit 82f171c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
- julia --project=docs/ docs/make.jl
after_success: skip

addons:
apt:
packages:
- python3-matplotlib

after_success:
- julia -e 'import Pkg; cd(Pkg.dir("CollectiveSpins")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
- julia -e 'import Pkg; cd(Pkg.dir("CollectiveSpins")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
Expand Down

0 comments on commit 82f171c

Please sign in to comment.