Skip to content

test_set_interior: clean up .travis.yml #18

Description

@mnlevy1981
  1. Any reason to continue to test with python 2?

  2. Can we split up run_all_tests.sh to make it a little easier to find output from tests that fail? I'm thinking something like

    • run_all_infrastructure_tests.sh to make sure all the python code works
    • run_build_tests.sh to make sure the build system works
    • run_examples.sh to make sure the "tests" that are just "run the model in different configurations" sanity checks work
    • run_unit_tests.sh to run the unit tests
    • run_regression_tests.sh to run compute_cols (currently the only true regression test, or will be once the baseline is committed to the repo)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions