mirror of https://github.com/tqdm/tqdm.git
fix redundant test
Signed-off-by: Stephen L. <lrq3000@gmail.com>
This commit is contained in:
parent
e387fea422
commit
088d4beb7d
2
Makefile
2
Makefile
|
@ -13,7 +13,7 @@ test:
|
||||||
testsetup:
|
testsetup:
|
||||||
python setup.py check --restructuredtext --strict
|
python setup.py check --restructuredtext --strict
|
||||||
|
|
||||||
coverage:
|
testcoverage:
|
||||||
nosetests tqdm --with-coverage --cover-package=tqdm -v
|
nosetests tqdm --with-coverage --cover-package=tqdm -v
|
||||||
|
|
||||||
installdev:
|
installdev:
|
||||||
|
|
Loading…
Reference in New Issue