Add a command line tool to use num2words, credits to @hernamesbarbara

This commit is contained in:
Ernesto Rodriguez Ortiz
2018-04-19 09:03:21 -04:00
parent f72c9997c6
commit 62f3cad2d6
8 changed files with 224 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
[tox]
envlist = flake8, isort, py27,py34,py35,py36
envlist = flake8,isort,py27,py34,py35,py36
[testenv]
passenv = TRAVIS TRAVIS_*
@@ -10,6 +10,6 @@ commands =
isort --check-only --recursive --diff num2words tests
coverage erase
coverage run -m unittest discover
coverage report --fail-under=75 --omit=.tox/*,/usr/*
coverage report --fail-under=75 --omit=.tox/*,tests/*,/usr/*
coveralls