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

Python 3 compatibility #7

Closed
wants to merge 4 commits into from
Closed

Python 3 compatibility #7

wants to merge 4 commits into from

Commits on Sep 14, 2016

  1. git ls-files | grep [.]py | xargs futurize --stage1 -w

    Lucas Wiman committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    6734124 View commit details
    Browse the repository at this point in the history
  2. Python 3 compatibility.

    - Adds a tox.ini file for running the tests in both python 2 and python 3.
    - Update raised ValueError to something with the same __repr__ in both python 2 and python 3.
      This fixes the doctests.
    - Update trove classifiers to indicate this package is python 2 and python 3 compatible.
    Lucas Wiman committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    c0e3e6a View commit details
    Browse the repository at this point in the history
  3. Update version string to 0.2.0 for deployment to pypi.

    Lucas Wiman committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    64cca47 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2017

  1. Configuration menu
    Copy the full SHA
    27ce639 View commit details
    Browse the repository at this point in the history