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

Add check for Python 3.5+ in test script #299

Merged

Commits on Apr 7, 2016

  1. Add check for Python 3.5+ in test script

    The test script uses features introduced in Python 3.5 (namely
    os.path.commonpath), but the shebang only specifies python3. Because
    Python3.5 is fairly new, it's likely that python3 is not yet Python 3.5
    (or later) for many people, so explicitly check for this.
    
    This occured on Travis, requiring an explicit 'python: 3.5' config,
    which is what spurred this commit.
    aneeshusa committed Apr 7, 2016
You can’t perform that action at this time.