Skip to content

Commit

Permalink
Try merging coverage report for whole build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
thangleiter committed Jul 5, 2020
1 parent e269953 commit 159bfac
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@ python:
- 3.7
- 3.8
env:
- INSTALL_EXTRAS=[plotting,bloch_sphere_visualization,fancy_progressbar,tests]
- INSTALL_EXTRAS=[plotting,fancy_progressbar,tests]
- INSTALL_EXTRAS=[tests]
global:
- COVERALLS_PARALLEL=true
jobs:
- INSTALL_EXTRAS=[plotting,bloch_sphere_visualization,fancy_progressbar,tests]
- INSTALL_EXTRAS=[plotting,fancy_progressbar,tests]
- INSTALL_EXTRAS=[tests]

#these directories are persistent
cache: pip
Expand Down

0 comments on commit 159bfac

Please sign in to comment.