Files
trove/run_tests.py
Victor Stinner 41f2606435 Port run_tests.py to Python 3
* Replace urllib import with six.moves.urllib
* gettext.install() doesn't require the unicode parameter on Python 3
* tox.ini: add py34 testenv

Tests don't pass. It's the very first step to start the working on
porting Trove to Python 3.

Partially implements: blueprint trove-python3
Change-Id: Ide9ec1d2aee84905c03cacdb3ea35d0dcbf01596
2015-11-19 10:25:01 +00:00

8.7 KiB