From bee602e0366f9d5ad2764a775cda86b92d060587 Mon Sep 17 00:00:00 2001 From: John Tramm Date: Tue, 7 Jan 2020 22:30:24 +0000 Subject: [PATCH] added back in some tests to travis --- .travis.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8e0d1eb57..045015413 100644 --- a/.travis.yml +++ b/.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: