usnews/smoketest

Add Python 3 support

Closed this issue · 3 comments

Smoketest should run using Python 3. We currently specify that Python 2.7 is required.

Is the intention to become Python 3.x only or to support both 2.7 and 3.x using something like https://pypi.python.org/pypi/six or https://pypi.python.org/pypi/nine as required? If so, getting https://pypi.python.org/pypi/tox set up as part of this ticket or another related one maybe very helpful.

If we can support both Python 2 and Python 3, I think that would be great.

Neat! Thanks for all the work on this.