This change adds Github Actions to begin removing Travis testing. The Github Actions configuration file is in .github/workflows/. Also, this change pins the OpenMDAO version in requirements.txt to match the one tested in travis, the latest version fails the tests.
Type of change
This is a maintenance update.
Bugfix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
Breaking change (non-backwards-compatible fix or feature)
Code style update (formatting, renaming)
Refactoring (no functional changes, no API changes)
Documentation update
X Other (please describe)
Testing
Tests pass on personal fork, push to coveralls not tested yet (must come from MDOLab repo).
Checklist
Put an x in the boxes that apply.
[ ] I have run unit and regression tests which pass locally with my changes
[ ] I have added new tests that prove my fix is effective or that my feature works
Purpose
This change adds Github Actions to begin removing Travis testing. The Github Actions configuration file is in
.github/workflows/
. Also, this change pins the OpenMDAO version inrequirements.txt
to match the one tested in travis, the latest version fails the tests.Type of change
This is a maintenance update.
Testing
Tests pass on personal fork, push to coveralls not tested yet (must come from MDOLab repo).
Checklist
Put an
x
in the boxes that apply.