Files
num2words/tox.ini
Virgil Dupras 20f634028d Convert to single codebase for py2 and py3
No more 2to3. Also, added tox config for easy cross-python testing.
2016-11-22 09:13:18 -05:00

6 lines
76 B
INI

[tox]
envlist = py27,py34
[testenv]
commands = python -m unittest discover