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

Py3 fixes and Travis CI enablement #9521

Merged
merged 10 commits into from Jan 30, 2019
Merged

Commits on Jan 28, 2019

  1. Added flag to run_cmd Popen invocation to do default decoding

    Cruz Monrreal II authored and Cruz Monrreal II committed Jan 28, 2019
    Copy the full SHA
    72dbc52 View commit details
    Browse the repository at this point in the history
  2. Added None check for min in config tools

    Cruz Monrreal II authored and Cruz Monrreal II committed Jan 28, 2019
    Copy the full SHA
    d9add34 View commit details
    Browse the repository at this point in the history
  3. In Py3.7, a reinit of a mock variable was needed.

    It seems that initializing mock variables in an object isn't enough
    Cruz Monrreal II authored and Cruz Monrreal II committed Jan 28, 2019
    Copy the full SHA
    cc31141 View commit details
    Browse the repository at this point in the history
  4. Added encoding to version check for Py3 compat

    Cruz Monrreal II authored and Cruz Monrreal II committed Jan 28, 2019
    Copy the full SHA
    149d280 View commit details
    Browse the repository at this point in the history
  5. Increased path for spm include.

    Py3 tests were not running as a result
    Cruz Monrreal II authored and Cruz Monrreal II committed Jan 28, 2019
    Copy the full SHA
    2a9a45d View commit details
    Browse the repository at this point in the history
  6. Added universal_newlines flag to Popen in pylint.py

    Cruz Monrreal II authored and Cruz Monrreal II committed Jan 28, 2019
    Copy the full SHA
    533dcf3 View commit details
    Browse the repository at this point in the history
  7. Enabled Py3.{5,6,7} in Travis CI

    Cruz Monrreal II authored and Cruz Monrreal II committed Jan 28, 2019
    Copy the full SHA
    d582451 View commit details
    Browse the repository at this point in the history
  8. Enable xenail dist for only Py37 job

    Other jobs will follow with other PR
    Cruz Monrreal II authored and Cruz Monrreal II committed Jan 28, 2019
    Copy the full SHA
    861816c View commit details
    Browse the repository at this point in the history
  9. Simplified max/min condition

    Cruz Monrreal II authored and Cruz Monrreal II committed Jan 28, 2019
    Copy the full SHA
    de4b760 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Updated spm test runner wish short import variant

    Co-Authored-By: cmonr <Cruz.Monrreal@arm.com>
    theotherjimmy and cmonr committed Jan 29, 2019
    Copy the full SHA
    b836b34 View commit details
    Browse the repository at this point in the history