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

Modify travis config file to add job matrix #120

Merged
merged 3 commits into from
May 27, 2020
Merged

Commits on May 26, 2020

  1. Modify travis config file to add job matrix

    Exclude Py 3.6 and 3.7 without additional requirements from job matrix
    mschmidt87 committed May 26, 2020
    Configuration menu
    Copy the full SHA
    368ad1f View commit details
    Browse the repository at this point in the history
  2. Apply coverage to library

    mschmidt87 committed May 26, 2020
    Configuration menu
    Copy the full SHA
    572f158 View commit details
    Browse the repository at this point in the history
  3. Fix issues with non-installed extra requirements

    Stringify annotations using optional dependencies
    Mark test relying on optional dependencies as skip
    Demote f-string to normal string
    Fix flake8 issue in setup.py
    mschmidt87 committed May 26, 2020
    Configuration menu
    Copy the full SHA
    ddef0cd View commit details
    Browse the repository at this point in the history