mirror of https://github.com/tqdm/tqdm.git
Fix makefile tabs
Signed-off-by: Stephen L. <lrq3000@gmail.com>
This commit is contained in:
parent
b8f0e7412a
commit
45e82ef128
2
Makefile
2
Makefile
|
@ -36,7 +36,7 @@ testnose:
|
||||||
|
|
||||||
testsetup:
|
testsetup:
|
||||||
python setup.py check --restructuredtext --strict
|
python setup.py check --restructuredtext --strict
|
||||||
python setup.py make none
|
python setup.py make none
|
||||||
|
|
||||||
testcoverage:
|
testcoverage:
|
||||||
nosetests tqdm --with-coverage --cover-package=tqdm -v
|
nosetests tqdm --with-coverage --cover-package=tqdm -v
|
||||||
|
|
Loading…
Reference in New Issue