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

Trying Actions #62

Merged
merged 20 commits into from
Jun 21, 2020
Merged

Trying Actions #62

merged 20 commits into from
Jun 21, 2020

Commits on Jun 20, 2020

  1. Create python-app.yml

    amoodie committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    3278eea View commit details
    Browse the repository at this point in the history
  2. Update python-app.yml

    multiple python versions
    amoodie committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    cc1be3a View commit details
    Browse the repository at this point in the history
  3. cleanup, remove flake8

    amoodie committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    d41f8c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1ae475 View commit details
    Browse the repository at this point in the history
  5. remove 3.5 tests

    amoodie committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    8dbd52b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e760b6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2f17973 View commit details
    Browse the repository at this point in the history
  8. Create deploy.yml

    deploy the package to pypi when new release is created.
    amoodie committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    a4b03ad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d84b0e2 View commit details
    Browse the repository at this point in the history
  10. fix syntax error

    amoodie committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    af79a18 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dd6380b View commit details
    Browse the repository at this point in the history
  12. Update devguide.rst

    update to check if docs deploy
    amoodie committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    be2940b View commit details
    Browse the repository at this point in the history
  13. add coverage reporting

    amoodie committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    27df234 View commit details
    Browse the repository at this point in the history
  14. deploy on push to develop only

    fix invalid yaml, use if for conditional to only deploy on push to develop
    amoodie committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    7a42923 View commit details
    Browse the repository at this point in the history
  15. parallel coverage options

    amoodie committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    1910309 View commit details
    Browse the repository at this point in the history
  16. change job name to docs

    amoodie authored and Andrew Moodie committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    cc11215 View commit details
    Browse the repository at this point in the history
  17. add path to cov file

    Andrew Moodie committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    34538cc View commit details
    Browse the repository at this point in the history
  18. switch to coveralls as command

    Andrew Moodie committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    e0b76d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. consolidate jobs

    Andrew Moodie committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    699ff52 View commit details
    Browse the repository at this point in the history
  2. switch pip install editable

    Andrew Moodie committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    f55bb14 View commit details
    Browse the repository at this point in the history