Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GitHub Actions] Setup Tests via Github Actions #561

Merged
merged 19 commits into from
Jan 2, 2021

Commits on Jan 1, 2021

  1. creating test.yml

    still need to add test changes for this to work
    Harveyt47 authored and rht committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    9c314f4 View commit details
    Browse the repository at this point in the history
  2. testing addition of coveralls

    Harveyt47 authored and rht committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    49d11a6 View commit details
    Browse the repository at this point in the history
  3. add coveralls token

    Harveyt47 authored and rht committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    6cc1383 View commit details
    Browse the repository at this point in the history
  4. edit token

    Harveyt47 authored and rht committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    788e81d View commit details
    Browse the repository at this point in the history
  5. edit token 2

    Harveyt47 authored and rht committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    ae3ebeb View commit details
    Browse the repository at this point in the history
  6. migrate to GitHub Actions secrets

    mmcky authored and rht committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    9af5e7c View commit details
    Browse the repository at this point in the history
  7. remove duplicate testing on push and PR

    Harveyt47 authored and rht committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    02ba1de View commit details
    Browse the repository at this point in the history
  8. Test new Coveralls set up

    Harveyt47 authored and rht committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    b9e858a View commit details
    Browse the repository at this point in the history
  9. removing flag-name input

    Harveyt47 authored and rht committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    4f7938b View commit details
    Browse the repository at this point in the history
  10. Remove .coveralls.yml

    rht committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    326695c View commit details
    Browse the repository at this point in the history
  11. GA: Remove Python 3.6 from the build matrix

    Otherwise, scipy returns this error during installation:
    RuntimeError: Python version >= 3.7 required.
    rht committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    7c3ec8b View commit details
    Browse the repository at this point in the history
  12. GA: Use nose to run the tests

    rht committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    c80307e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c5771c8 View commit details
    Browse the repository at this point in the history
  14. Remove .travis.yml

    rht committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    fbb223b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6525907 View commit details
    Browse the repository at this point in the history
  16. GA: Ignore Python 3.7 on Windows

    rht committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    8809199 View commit details
    Browse the repository at this point in the history
  17. Remove unused coveralls lib

    rht committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    0a072b4 View commit details
    Browse the repository at this point in the history
  18. Remove pytest

    rht committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    71390b5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d8c4400 View commit details
    Browse the repository at this point in the history