Properly handles ANSI escape sequences in table rows

This commit is contained in:
Niru Maheswaranathan
2016-09-29 14:50:40 -07:00
parent 476fbec098
commit 92571fb94e
3 changed files with 11 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ upload:
python setup.py sdist bdist_wininst upload
test2:
python2 /usr/local/bin/nosetests --logging-level=INFO
python2 /Users/nirum/anaconda/bin/nosetests --logging-level=INFO
test:
nosetests -v --with-coverage --cover-package=tableprint --logging-level=INFO