1 py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
2 py$(PYV): commands[0]> python setup.py test -q
4 WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
6 writing translationstring.egg-info/PKG-INFO
7 writing dependency_links to translationstring.egg-info/dependency_links.txt
8 writing requirements to translationstring.egg-info/requires.txt
9 writing top-level names to translationstring.egg-info/top_level.txt
10 reading manifest file 'translationstring.egg-info/SOURCES.txt'
11 reading manifest template 'MANIFEST.in'
12 no previously-included directories found matching 'docs/_build'
13 adding license file 'LICENSE.txt'
14 writing manifest file 'translationstring.egg-info/SOURCES.txt'
16 ...............................................................
17 ----------------------------------------------------------------------