wcwidth: use pytest for testing

This commit is contained in:
Alexander Kapshuna 2018-04-19 03:00:29 +03:00
parent 53f32a4c92
commit c457463855
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
require github [ user="jquast" ]
require pypi setup-py [ import=setuptools ]
require pypi setup-py [ import=setuptools test=pytest ]
SUMMARY="Measures number of Terminal column cells of wide-character codes"