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

Update development tools: travis ci to github actions, tox to nox, nose to pytest #704

Merged
merged 19 commits into from
Feb 2, 2022

Commits on Jan 29, 2022

  1. Replace tox with nox

    pietermarsman committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    efc54d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efd4410 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    370cc0e View commit details
    Browse the repository at this point in the history
  4. Add pytest.

    pietermarsman committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    44dd3fc View commit details
    Browse the repository at this point in the history
  5. Run on all commits

    pietermarsman committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    6cb2f95 View commit details
    Browse the repository at this point in the history
  6. Remove nose

    pietermarsman committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    eebb590 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1367885 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ac6bc7 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Configuration menu
    Copy the full SHA
    e0350ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c371fa7 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Update .github/workflows/actions.yml

    Co-authored-by: Jake Stockwin <jstockwin@gmail.com>
    pietermarsman and jstockwin authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    48479c9 View commit details
    Browse the repository at this point in the history
  2. Improve actions.yml

    pietermarsman committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    c05f1cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4c5354 View commit details
    Browse the repository at this point in the history
  4. Add names for jobs

    pietermarsman committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    d29c183 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/develop' into update-tools

    # Conflicts:
    #	tests/test_pdfdocument.py
    #	tests/test_utils.py
    pietermarsman committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    0b481ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46512aa View commit details
    Browse the repository at this point in the history
  7. Fix imports

    pietermarsman committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    1adcfa0 View commit details
    Browse the repository at this point in the history
  8. Fix lru_cache

    pietermarsman committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    2016fe2 View commit details
    Browse the repository at this point in the history
  9. Remove lru_cache because computation is probably not that heavy, and …

    …it might cause bugs, and it is failing the ci pipeline now.
    pietermarsman committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    8471af5 View commit details
    Browse the repository at this point in the history