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

Build Improvements and Python 2.6 Support Dropped #126

Merged
merged 18 commits into from
Oct 28, 2017
Merged

Commits on Oct 28, 2017

  1. upgrade cffi to >=1.7.0

    opalmer committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    58e9967 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9ffb8a View commit details
    Browse the repository at this point in the history
  3. add python 3.6 to matrix

    opalmer committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    ef30882 View commit details
    Browse the repository at this point in the history
  4. remove Python 2.6 from build

    There are several dependencies which no longer support
    Python 2.6 including the wheel library. Twisted itself
    also no longer supports Python 2.6. Finally, official support
    for the version ended back in 2013 and several major operating
    systems do not use it as their default version.
    opalmer committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    a4ea830 View commit details
    Browse the repository at this point in the history
  5. ignore coverage.xml

    opalmer committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    5bfd3e6 View commit details
    Browse the repository at this point in the history
  6. debugging appveyor build

    opalmer committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    798c828 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    298c0db View commit details
    Browse the repository at this point in the history
  8. updating changelog

    opalmer committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    e3072ad View commit details
    Browse the repository at this point in the history
  9. lint fixes

    opalmer committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    ac2f948 View commit details
    Browse the repository at this point in the history
  10. drop 2.6 from lint steps

    opalmer committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    6da4b24 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2909280 View commit details
    Browse the repository at this point in the history
  12. replace pep8 with codestyle

    opalmer committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    2de36a0 View commit details
    Browse the repository at this point in the history
  13. exclude gcov

    opalmer committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    d2e5091 View commit details
    Browse the repository at this point in the history
  14. simplify local testing script

    opalmer committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    1086c0b View commit details
    Browse the repository at this point in the history
  15. merging with origin/master

    opalmer committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    fd64dc2 View commit details
    Browse the repository at this point in the history
  16. fix errors in readme

    opalmer committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    470d761 View commit details
    Browse the repository at this point in the history
  17. upgrade pylint

    opalmer committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    a6a70c7 View commit details
    Browse the repository at this point in the history
  18. lint fixes

    opalmer committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    89bfb71 View commit details
    Browse the repository at this point in the history