Skip to content

Commit

Permalink
pybamm-team#633 added libsuitesparse to all travis jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Scottmar93 committed Oct 22, 2019
1 parent b20e25d commit afb6588
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ matrix:
- liblapack-dev
- graphviz
- python3.7-dev
- libsuitesparse-dev
env:
- PYBAMM_UNIT=true
- PYBAMM_SCIKITS_ODES=true
Expand All @@ -91,6 +92,7 @@ matrix:
- liblapack-dev
- graphviz
- python3.7-dev
- libsuitesparse-dev
env:
- PYBAMM_UNIT=true
if: type != cron
Expand All @@ -107,6 +109,7 @@ matrix:
- liblapack-dev
- graphviz
- python3.7-dev
- libsuitesparse-dev
env:
- PYBAMM_COVER=true
- PYBAMM_SCIKITS_ODES=true
Expand All @@ -123,6 +126,7 @@ matrix:
- liblapack-dev
- graphviz
- python3.7-dev
- libsuitesparse-dev
env:
- PYBAMM_DOCS=true
if: type != cron
Expand All @@ -138,6 +142,7 @@ matrix:
- liblapack-dev
- graphviz
- python3.7-dev
- libsuitesparse-dev
env:
- PYBAMM_STYLE=true
if: type != cron
Expand All @@ -154,6 +159,7 @@ matrix:
- liblapack-dev
- graphviz
- python3.7-dev
- libsuitesparse-dev
env:
- PYBAMM_UNIT=true
- PYBAMM_EXAMPLES=true
Expand Down

0 comments on commit afb6588

Please sign in to comment.