mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
added back in some tests to travis
This commit is contained in:
parent
b841a6529b
commit
bee602e036
1 changed files with 5 additions and 9 deletions
14
.travis.yml
14
.travis.yml
|
|
@ -31,20 +31,16 @@ env:
|
|||
- NUMPY_EXPERIMENTAL_ARRAY_FUNCTION=0
|
||||
matrix:
|
||||
include:
|
||||
# - python: "3.5"
|
||||
# env: OMP=n MPI=n PHDF5=n
|
||||
# - python: "3.6"
|
||||
# env: OMP=n MPI=n PHDF5=n
|
||||
# - python: "3.7"
|
||||
# env: OMP=n MPI=n PHDF5=n
|
||||
- python: "3.7"
|
||||
env: OMP=n MPI=n PHDF5=n
|
||||
- python: "3.7"
|
||||
env: OMP=y MPI=n PHDF5=n
|
||||
- python: "3.7"
|
||||
env: OMP=n MPI=y PHDF5=n
|
||||
- python: "3.7"
|
||||
env: OMP=n MPI=y PHDF5=y
|
||||
- python: "3.7"
|
||||
env: OMP=y MPI=y PHDF5=y
|
||||
# - python: "3.7"
|
||||
# env: OMP=n MPI=y PHDF5=y
|
||||
env: OMP=y MPI=y PHDF5=y DAGMC=y
|
||||
notifications:
|
||||
webhooks: https://coveralls.io/webhook?repo_token=$COVERALLS_REPO_TOKEN
|
||||
install:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue